Restore the bin/ contents under nix/ (for now) [ci skip]

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-05 00:58:05 +00:00
parent 98d16a2f6c
commit 09680fc86b
3 changed files with 206 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ dockerTools.buildImage {
copyToRoot = buildEnv {
name = "root";
pathsToLink = [
"/bin"
"/nix/pkgs/complement/bin"
];
paths = [
bashInteractive