From 58c8830c1f6a79f2c0dbc5d95be45434ed8f84ae Mon Sep 17 00:00:00 2001 From: Oscar Izquierdo <25722135+oscar-izval@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:32:16 +0200 Subject: [PATCH] Added zw3rk cache for ghc902 --- flake.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 99e590b..254bf48 100644 --- a/flake.nix +++ b/flake.nix @@ -7,8 +7,14 @@ nixConfig = { allow-import-from-derivation = "true"; - extra-substituters = [ "https://cache.iog.io" ]; - extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; + extra-substituters = [ + "https://cache.iog.io" + "https://cache.zw3rk.com" + ]; + extra-trusted-public-keys = [ + "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" + "loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=" + ]; }; outputs = inputs@{ self, flake-utils, haskellNix, nixpkgs }: @@ -26,7 +32,7 @@ name = "hapistrano"; src = ./.; }; - compiler-nix-name = "ghc8107"; + compiler-nix-name = "ghc902"; }; }) ];