This commit is contained in:
xenia 2025-09-26 15:52:07 -04:00
parent cfa1c67e9f
commit 695a937ca5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ let
''; '';
squashfs = makeSquashFs { filename = "nix-store"; storeContents = [ shell ]; comp = "gzip -9"; }; squashfs = makeSquashFs { filename = "nix-store"; storeContents = [ shell ]; comp = "gzip"; };
startCommand = writeText "run-container.sh" '' startCommand = writeText "run-container.sh" ''
#!/usr/bin/env bash #!/usr/bin/env bash