From 2f7f1e9027301f5942cace6dc60ac58b6d7b6a48 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Mon, 14 Aug 2023 17:47:37 +0000 Subject: [PATCH] Remove signature verification as nix no longer supports this for installer --- provisioners/install-nix.sh | 105 +----------------------------------- 1 file changed, 2 insertions(+), 103 deletions(-) diff --git a/provisioners/install-nix.sh b/provisioners/install-nix.sh index f1284f8..6fd1fd0 100644 --- a/provisioners/install-nix.sh +++ b/provisioners/install-nix.sh @@ -11,108 +11,7 @@ if [ -d /nix ]; then fi # Download the Nix installer and it's signature from NixOS.org -curl -so install-nix https://releases.nixos.org/nix/nix-2.3.6/install -curl -so install-nix.asc https://releases.nixos.org/nix/nix-2.3.6/install.asc - -# Verify the signature matches Eelco Dolstra's -# Fetching from keyservers fails and is somewhat unreliable. -# To avoid intermittent failures we have written the key out in this file -gpg --import <