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