From fc833c4104e25f925e4ee35d6dcc1ff0987edab6 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Thu, 16 May 2024 11:51:36 -0300 Subject: [PATCH] Added additional substituter --- modules/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system.nix b/modules/system.nix index 5a49edb..884e25d 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -7,9 +7,11 @@ experimental-features = ["nix-command" "flakes"]; extra-substituters = [ "https://nix-community.cachix.org" + "https://devenv.cachix.org" ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ]; };