ignore-gc-delete-failure: add release note
This commit is contained in:
10
doc/manual/rl-next/ignore-gc-delete-failure.md
Normal file
10
doc/manual/rl-next/ignore-gc-delete-failure.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
synopsis: "New setting `ignore-gc-delete-failure` for local stores"
|
||||
prs: [15054]
|
||||
---
|
||||
|
||||
A new local store setting `ignore-gc-delete-failure` has been added.
|
||||
When enabled, garbage collection will log warnings instead of failing when it cannot delete store paths.
|
||||
This is useful when running Nix as an unprivileged user that may not have write access to all paths in the store.
|
||||
|
||||
This setting is experimental and requires `--extra-experimental-features local-overlay-store`.
|
||||
Reference in New Issue
Block a user