fix(mac): disable automatic store optimization due to https://github.com/NixOS/nix/issues/7273

This commit is contained in:
Michael Thomas 2024-01-22 10:44:12 -05:00
parent 474412991e
commit 67ecabd538

View File

@ -68,7 +68,6 @@
options = "--delete-older-than 7d";
};
extraOptions = ''
auto-optimise-store = true
experimental-features = nix-command flakes
'';
settings.auto-optimise-store = false;