Change type of cachix URLs and keys

This commit is contained in:
coolneng 2021-12-07 10:53:24 +01:00
parent 6a551c2d46
commit f4ea09f056
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 5 deletions

View File

@ -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 = {