flake: trust cachix
This commit is contained in:
parent
7e6f3803f5
commit
c6998c17ea
1 changed files with 2 additions and 0 deletions
|
@ -3,10 +3,12 @@
|
|||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://adtya.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://cache.nixos.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"adtya.cachix.org-1:lAuNLx0Ehzx6FoH20rVkMD7KyZZevlLfvm3lwMAzrnU="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue