diff options
Diffstat (limited to 'modules')
| -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 4824ae8..53e603a 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -59,6 +59,7 @@ "https://cache.iog.io" "https://ezkea.cachix.org" "https://nix-gaming.cachix.org" + "https://tsutsumi.cachix.org" ]; trusted-public-keys = [ @@ -72,6 +73,7 @@ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" + "tsutsumi.cachix.org-1:MojIlGI60CT5EoyuTgjB4VRVgf/uUvakZVWoYJThQNk=" ]; experimental-features = [ |