From fb652b7f96278d3c4607123d3e37a6e0e9c6d5a7 Mon Sep 17 00:00:00 2001 From: Jonas Poth Date: Fri, 10 Jul 2020 15:19:13 +0200 Subject: [PATCH] Update ihp-new --- ProjectGenerator/bin/ihp-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectGenerator/bin/ihp-new b/ProjectGenerator/bin/ihp-new index 7a6a50407..0d799a21a 100755 --- a/ProjectGenerator/bin/ihp-new +++ b/ProjectGenerator/bin/ihp-new @@ -84,7 +84,7 @@ if ! [ -x "$(command -v make)" ]; then fi echo "We now create your project. This may take up to 30 seconds." -grep -s -q "digitallyinduced.cachix.org" ~/.config/nix/nix.conf || { +grep -s -q "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE=" ~/.config/nix/nix.conf || { cachix use digitallyinduced }