Skip to content

Commit 50e9057

Browse files
committedSep 9, 2023
fix(uniond-image): add coreutils
1 parent 4a2b089 commit 50e9057

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)