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
|
|
@ -31,8 +31,9 @@
|
|||
# Other nix settings
|
||||
#
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org?priority=10"
|
||||
substituters = lib.mkForce [
|
||||
"https://cache.nixos.org?priority=2"
|
||||
"https://nix-community.cachix.org?priority=3"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue