Skip to content

Commit

Permalink
fix: add bash to /bin/bash in image (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard authored and Siddharth committed Oct 28, 2023
1 parent 52f60ce commit 33c2b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@

copyToRoot = pkgs.buildEnv {
name = "image-root";
paths = nativeBuildInputs;
paths = nativeBuildInputs ++ [ pkgs.bash ];
pathsToLink = [ "/bin" ];
};
};
Expand Down

0 comments on commit 33c2b73

Please sign in to comment.