From 4d6e0716c937bcd7bfea588a3f2a429df8849f5c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 21 May 2023 16:44:09 +0200 Subject: [PATCH] Disable nix installer --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 570b471c..28b5da0b 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -344,7 +344,7 @@ if [ $in_arco_hp -eq 1 ]; then fi # install nix -curl -sSf -L https://install.determinate.systems/nix | sh -s -- install +#curl -sSf -L https://install.determinate.systems/nix | sh -s -- install ############################## ##### Configuration #####