You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without persisting /nix/var, Nix loses its SQLite database on every
rebuild and re-downloads store paths that are already present in the
shared /nix/store volume. Per-project volume avoids SQLite contention
when multiple devcontainers share the store simultaneously.
"description": "Mounts a per-project named volume at /nix/var to persist the Nix database, profiles, and GC roots across devcontainer rebuilds. Use together with persist-nix-store so the Nix daemon recognises already-downloaded store paths and skips redundant downloads.",
0 commit comments