We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26416a2 commit f09f035Copy full SHA for f09f035
uniond/uniond.nix
@@ -74,7 +74,7 @@
74
75
copyToRoot = pkgs.buildEnv {
76
name = "image-root";
77
- paths = [ pkgs.cacert ];
+ paths = [ pkgs.coreutils pkgs.cacert ];
78
pathsToLink = [ "/bin" ];
79
};
80
config = {
0 commit comments