From afd78cc0eeb306a94bc9e0d48fd4b9bdec76850f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 11 Oct 2024 21:56:08 -0700 Subject: nix: add devenv substituter --- modules/core/nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index 53e603a..aac1b84 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -60,6 +60,7 @@ "https://ezkea.cachix.org" "https://nix-gaming.cachix.org" "https://tsutsumi.cachix.org" + "https://devenv.cachix.org" ]; trusted-public-keys = [ @@ -74,6 +75,7 @@ "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" "tsutsumi.cachix.org-1:MojIlGI60CT5EoyuTgjB4VRVgf/uUvakZVWoYJThQNk=" + "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ]; experimental-features = [ -- cgit v1.2.3