diff options
| author | Fuwn <[email protected]> | 2024-10-11 21:56:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 21:56:08 -0700 |
| commit | afd78cc0eeb306a94bc9e0d48fd4b9bdec76850f (patch) | |
| tree | 9af056024eacdb5e36cba7b1aa7d455bcb2b0e0a /modules/core/nix | |
| parent | flake: deep input pinning (diff) | |
| download | nixos-config-afd78cc0eeb306a94bc9e0d48fd4b9bdec76850f.tar.xz nixos-config-afd78cc0eeb306a94bc9e0d48fd4b9bdec76850f.zip | |
nix: add devenv substituter
Diffstat (limited to 'modules/core/nix')
| -rw-r--r-- | modules/core/nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [ |