mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix: substituters can't be a negative value
This commit is contained in:
parent
df81b3dc48
commit
037d12214d
2 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
keep-derivations = false;
|
||||
builders-use-substitutes = true;
|
||||
max-jobs = 0;
|
||||
substituters = [ "https://cache.gerg-l.com?priority=-1&compression=zstd" ];
|
||||
substituters = lib.mkForce [ "https://cache.gerg-l.com?priority=1&compression=zstd" ];
|
||||
trusted-public-keys = [ "cache.gerg-l.com:6p1+h6jQnb1MOt3ra3PlQpfgEEF4zRrQWiEuAqcjBj8=" ];
|
||||
};
|
||||
distributedBuilds = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue