We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a72a71 commit 9b58bd1Copy full SHA for 9b58bd1
1 file changed
nix/oci.nix
@@ -75,7 +75,7 @@
75
mkdir -p /tmp
76
chmod 1777 /tmp
77
# Normalize transient Nix state dirs for reproducible image layers.
78
- rm -rf nix/var || true
+ rmdir nix/var/nix/builds nix/var/nix nix/var 2>/dev/null || true
79
'';
80
enableFakechroot = true;
81
@@ -110,7 +110,7 @@
110
mkdir -p var/lib/postgresql/data
111
mkdir -p var/run/postgresql
112
chown -R 999:999 var/lib/postgresql var/run/postgresql
113
114
115
116
0 commit comments