From ba7f62fa6295100f582a98c998bf522b40c4a043 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Thu, 16 Mar 2023 11:34:32 +0000 Subject: [PATCH] Add nixbuild.net as a substituter --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 0f1be312c..9a5f07fd0 100644 --- a/flake.nix +++ b/flake.nix @@ -73,10 +73,14 @@ "https://foliage.cachix.org" "https://cache.zw3rk.com" ]; + extra-trusted-substituters = [ + "ssh://eu.nixbuild.net" + ]; extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "foliage.cachix.org-1:kAFyYLnk8JcRURWReWZCatM9v3Rk24F5wNMpEj14Q/g=" "loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=" + "nixbuild.net/smart.contracts@iohk.io-1:s2PhQXWwsZo1y5IxFcx2D/i2yfvgtEnRBOZavlA8Bog=" ]; }; }