From 390a21dd36f2fd84a7d6b73691109455362e9853 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 27 Sep 2025 07:37:55 -0500 Subject: [PATCH] update --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f075763..803bd00 100644 --- a/install.sh +++ b/install.sh @@ -4,6 +4,6 @@ sudo apt update && sudo apt install stow stow --adopt . git reset --hard -mkdir -m 0755 /nix && chown vscode /nix +sudo mkdir -m 0755 /nix && sudo chown vscode /nix sh <(curl -L https://nixos.org/nix/install) --no-daemon -nix-env -iA nixpkgs.myPackages +/home/vscode/.nix-profile/bin/nix-env -iA nixpkgs.myPackages