nix: don't optimise on every build
this makes builds slower
This commit is contained in:
parent
1f05bee28d
commit
797981eb20
|
@ -22,7 +22,6 @@ in
|
|||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
|
|
Loading…
Reference in a new issue