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