fix(mac): disable automatic store optimization due to https://github.com/NixOS/nix/issues/7273
This commit is contained in:
parent
474412991e
commit
67ecabd538
@ -68,7 +68,6 @@
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
extraOptions = ''
|
||||
auto-optimise-store = true
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
settings.auto-optimise-store = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user