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 <