Skip to content

Commit

Permalink
fix(uniond-image): remove coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 6, 2023
1 parent a0c9fde commit be71d0a
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.coreutils-full pkgs.cacert ];
paths = [ pkgs.cacert ];
pathsToLink = [ "/bin" ];
};
config = {
Expand Down

0 comments on commit be71d0a

Please sign in to comment.