🧱 dont auto-opmtimise store on darwin

This commit is contained in:
James Walker 2023-05-08 13:04:45 -04:00
parent 6a72a85ac2
commit f05e74bba5
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,6 @@ _:
};
settings = {
auto-optimise-store = true;
substituters = [
"https://walkah.cachix.org"
];

View File

@ -14,6 +14,8 @@
};
settings = {
auto-optimise-store = true;
trusted-users = [ "root" "walkah" ];
};
};