🧱 dont auto-opmtimise store on darwin
This commit is contained in:
parent
6a72a85ac2
commit
f05e74bba5
@ -11,8 +11,6 @@ _:
|
||||
};
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
substituters = [
|
||||
"https://walkah.cachix.org"
|
||||
];
|
||||
|
@ -14,6 +14,8 @@
|
||||
};
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
trusted-users = [ "root" "walkah" ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user