mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Disable auto-optimise on Darwin (#76)
This commit is contained in:
@@ -97,8 +97,9 @@ in {
|
|||||||
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119
|
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119
|
||||||
nix.settings.sandbox = false;
|
nix.settings.sandbox = false;
|
||||||
|
|
||||||
|
# Optimising store leads to transient build failures https://github.com/NixOS/nix/issues/7273
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
auto-optimise-store = true
|
auto-optimise-store = false
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
extra-experimental-features = ca-derivations
|
extra-experimental-features = ca-derivations
|
||||||
max-jobs = auto # Allow building multiple derivations in parallel
|
max-jobs = auto # Allow building multiple derivations in parallel
|
||||||
|
Reference in New Issue
Block a user