whoops
This commit is contained in:
parent
cfa1c67e9f
commit
695a937ca5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue