Skip to content

Commit eeea752

Browse files
committed
fix(uniond-image): add coreutils
1 parent 8470686 commit eeea752

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.cacert ];
77+
paths = [ pkgs.coreutils pkgs.cacert ];
7878
pathsToLink = [ "/bin" ];
7979
};
8080
config = {

0 commit comments

Comments
 (0)