mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
411 B
411 B
synopsis | issues | prs | ||
---|---|---|---|---|
Add setting `fsync-store-paths` |
|
|
Nix now has a setting fsync-store-paths
that ensures that new store paths are durably written to disk before they are registered as "valid" in Nix's database. This can prevent Nix store corruption if the system crashes or there is a power loss. This setting defaults to false
.
Author: @squalus