Skip to content

Commit 2efc835

Browse files
committed
update docker version
1 parent e557560 commit 2efc835

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/docker/docker-native.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{ pkgs, ... }:
12
{
23
imports = [
34
<nixos-wsl/modules>
@@ -7,5 +8,8 @@
78

89
users.users.nixos.extraGroups = [ "docker" ];
910

10-
virtualisation.docker.enable = true;
11+
virtualisation.docker = {
12+
enable = true;
13+
package = pkgs.docker_29;
14+
};
1115
}

0 commit comments

Comments
 (0)