From 430395f79587ca1dada32717f74235002d904ae4 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 23 Oct 2024 14:38:39 +0100 Subject: [PATCH] Switch to DS NIX Installer --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c6d2cde0..adaa5b12 100755 --- a/install.sh +++ b/install.sh @@ -11,8 +11,7 @@ fi if ! nix --version &>/dev/null; then echo "[E] Nix not found." echo "[+] Installing the Nix package manager..." - sh <(curl -L https://nixos.org/nix/install) - . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh + curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install echo "[I] Installed Nix." fi