From 59f8bfbbf890154a5acd49d8edaec70e68f98aae Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 27 Sep 2025 07:22:36 -0500 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 36ae4fe..1971647 100644 --- a/install.sh +++ b/install.sh @@ -4,5 +4,5 @@ sudo apt update && sudo apt install stow stow --adopt . git reset --hard -curl -L https://nixos.org/nix/install | sh -s -- --daemon +sh <(curl -L https://nixos.org/nix/install) --no-daemon nix-env -iA nixpkgs.myPackages