ignore-gc-delete-failure: add release note

This commit is contained in:
Jörg Thalheim
2026-01-23 19:49:04 +01:00
parent 94907eb37a
commit 0bc58d5501

View 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`.