Skip to content

Commit

Permalink
fix(uniond-image): add coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 9, 2023
1 parent 26416a2 commit f09f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniond/uniond.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

copyToRoot = pkgs.buildEnv {
name = "image-root";
paths = [ pkgs.cacert ];
paths = [ pkgs.coreutils pkgs.cacert ];
pathsToLink = [ "/bin" ];
};
config = {
Expand Down

0 comments on commit f09f035

Please sign in to comment.