diff options
| author | Fuwn <[email protected]> | 2024-09-10 02:37:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-10 02:37:15 -0700 |
| commit | 50f71291389f1c644d38d396cc54a5ff4704d799 (patch) | |
| tree | 33a181f10d629695c77962048ced61a3f61665d0 | |
| parent | Bump (diff) | |
| download | nixos-config-50f71291389f1c644d38d396cc54a5ff4704d799.tar.xz nixos-config-50f71291389f1c644d38d396cc54a5ff4704d799.zip | |
Bump: haskell.nix binary cache
| -rw-r--r-- | modules/nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index a916862..5465e61 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -53,6 +53,7 @@ "https://cuda-maintainers.cachix.org" "https://nixpkgs-unfree.cachix.org" "https://cache.flox.dev" + "https://cache.iog.io" ]; trusted-public-keys = [ @@ -63,6 +64,7 @@ "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" "nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" + "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; experimental-features = [ |