From 26a8a56225b645abc0ad663af17ec1c208dca5d1 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 11 Jan 2022 20:56:11 +0100 Subject: [PATCH] Add accentor cachix --- 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 1c728927..28c3f844 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 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= + substituters = https://cache.nixos.org https://nix-community.cachix.org https://chvp.cachix.org https://accentor.cachix.org + trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= chvp.cachix.org-1:eIG26KkeA+R3tCpvmaayA9i3KVVL06G+qB5ci4dHBT4= accentor.cachix.org-1:QP+oJwzmeq5Fsyp4Vk501UgUSbl5VIna/ard/XOePH8= '' + (lib.optionalString config.chvp.base.nix.enableDirenv '' keep-outputs = true keep-derivations = true