There was an error while loading. Please reload this page.
2 parents 5675822 + 7784b20 commit a9620cfCopy full SHA for a9620cf
1 file changed
modules/docker-desktop.nix
@@ -30,6 +30,9 @@ with builtins; with lib; {
30
# create those symlinks anyway for robustness.
31
{ src = "${shadow}/bin/groupadd"; }
32
{ src = "${shadow}/bin/usermod"; }
33
+ # Docker Desktop v4.80.0+
34
+ { src = "${coreutils}/bin/install"; }
35
+ { src = "${coreutils}/bin/mv"; }
36
];
37
38
users.groups.docker.members = [
0 commit comments