runner: mkdir etc/nix (was etc/) so config write succeeds
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
# Skeleton filesystem layout: /tmp, /etc/passwd for nix,
|
# Skeleton filesystem layout: /tmp, /etc/passwd for nix,
|
||||||
# writable nix store, cacert pointer.
|
# writable nix store, cacert pointer.
|
||||||
extraCommands = ''
|
extraCommands = ''
|
||||||
mkdir -p tmp etc nix/var/{nix,log/nix} root
|
mkdir -p tmp etc/nix nix/var/{nix,log/nix} root
|
||||||
chmod 1777 tmp
|
chmod 1777 tmp
|
||||||
|
|
||||||
cat > etc/passwd <<'EOF'
|
cat > etc/passwd <<'EOF'
|
||||||
|
|||||||
Reference in New Issue
Block a user