diff options
| author | Fuwn <[email protected]> | 2024-10-09 07:59:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 07:59:58 -0700 |
| commit | 510e6b2fb9474fd89a8870dff882a70c9d5d6613 (patch) | |
| tree | ad70b315ba3eaf910ec5bfe2df41663111c482f5 /modules/core/nix/default.nix | |
| parent | himeji: pull image if newer (diff) | |
| download | nixos-config-510e6b2fb9474fd89a8870dff882a70c9d5d6613.tar.xz nixos-config-510e6b2fb9474fd89a8870dff882a70c9d5d6613.zip | |
nix: add tsutsumi substituter
Diffstat (limited to 'modules/core/nix/default.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 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 = [ |