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