flake: trust cachix

This commit is contained in:
Adithya 2024-10-27 23:21:39 +05:30
parent 7e6f3803f5
commit c6998c17ea
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -3,10 +3,12 @@
nixConfig = { nixConfig = {
extra-substituters = [ extra-substituters = [
"https://adtya.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://cache.nixos.org" "https://cache.nixos.org"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"adtya.cachix.org-1:lAuNLx0Ehzx6FoH20rVkMD7KyZZevlLfvm3lwMAzrnU="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
]; ];