Tweak replacers
This commit is contained in:
parent
fdbc164adc
commit
0a363fb6d8
|
@ -199,8 +199,14 @@ in
|
||||||
'';
|
'';
|
||||||
# Setup my binary cache
|
# Setup my binary cache
|
||||||
settings = {
|
settings = {
|
||||||
substituters = [ "https://thatonelutenist-nix-cache.s3.us-west-002.backblazeb2.com/" ];
|
substituters = [
|
||||||
trusted-public-keys = [ "nathan-nix-cache:R5/0GiItBM64sNgoFC/aSWuAopOAsObLcb/mwDf335A=" ];
|
"https://nix-cache.mccarty.io/"
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"nathan-nix-cache:R5/0GiItBM64sNgoFC/aSWuAopOAsObLcb/mwDf335A="
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue