Change type of cachix URLs and keys
This commit is contained in:
parent
6a551c2d46
commit
f4ea09f056
|
@ -3,11 +3,10 @@
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters =
|
extra-substituters =
|
||||||
[ "https://cachix.cachix.org" "https://nix-community.cachix.org" ];
|
"https://cachix.cachix.org https://nix-community.cachix.org";
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = ''
|
||||||
"cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM="
|
cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs='';
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
Loading…
Reference in New Issue