nix: disable auto optimise store
This commit is contained in:
parent
55a71bebe7
commit
6a29e1f28c
@ -66,7 +66,7 @@
|
||||
|
||||
nix = {
|
||||
# optimize the store
|
||||
optimise.automatic = true;
|
||||
optimise.automatic = false;
|
||||
|
||||
# enable flakes!
|
||||
settings.experimental-features = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user