Add my own public cachix instance

This commit is contained in:
Charlotte Van Petegem 2021-11-30 22:00:32 +01:00
parent b53c288581
commit 5d237cd467
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -90,8 +90,8 @@ in
};
trustedUsers = [ "@wheel" ];
extraOptions = ''
substituters = https://cache.nixos.org https://nix-community.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
substituters = https://cache.nixos.org https://nix-community.cachix.org https://chvp.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= chvp.cachix.org-1:eIG26KkeA+R3tCpvmaayA9i3KVVL06G+qB5ci4dHBT4=
'' + (lib.optionalString config.chvp.base.nix.enableDirenv ''
keep-outputs = true
keep-derivations = true