We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8470686 commit eeea752Copy full SHA for eeea752
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