This commit is contained in:
xenia 2025-09-26 15:50:30 -04:00
parent e2d5650198
commit cfa1c67e9f
1 changed files with 1 additions and 1 deletions

View File

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