Skip to content

Commit 8470686

Browse files
committed
fix(uniond-image): remove coreutils
1 parent 56d6761 commit 8470686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uniond/uniond.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
copyToRoot = pkgs.buildEnv {
7676
name = "image-root";
77-
paths = [ pkgs.coreutils-full pkgs.cacert ];
77+
paths = [ pkgs.cacert ];
7878
pathsToLink = [ "/bin" ];
7979
};
8080
config = {

0 commit comments

Comments
 (0)