nix: disable auto optimise store

This commit is contained in:
2025-10-15 10:22:28 -04:00
parent cae3f4d2a9
commit 728c7c36cc

View File

@@ -66,7 +66,7 @@
nix = {
# optimize the store
optimise.automatic = true;
optimise.automatic = false;
# enable flakes!
settings.experimental-features = [