From 5d237cd467773f2468ad4ca90e54ba56bd7f397c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 30 Nov 2021 22:00:32 +0100 Subject: [PATCH] Add my own public cachix instance --- modules/base/nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/nix/default.nix b/modules/base/nix/default.nix index fec8e17e..1c728927 100644 --- a/modules/base/nix/default.nix +++ b/modules/base/nix/default.nix @@ -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