From 4385fa7c0169165dafa9621b87e75ccc1cc51d6b Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:42:35 +0000 Subject: [PATCH] Remove vestigial vagrant reference --- installers/install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install-nix.sh b/installers/install-nix.sh index 766f703..2c03293 100755 --- a/installers/install-nix.sh +++ b/installers/install-nix.sh @@ -18,7 +18,7 @@ curl -so install-nix https://releases.nixos.org/nix/nix-2.18.1/install sh ./install-nix # Source the nix profile -cat << EOF > ~vagrant/.bashrc +cat << EOF > ~/.bashrc # Source nix if it's installed if [ -r ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profile.d/nix.sh