From c2286bb2999d70f9bdfc5ad2482bbde26ae5f304 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Tue, 21 May 2024 20:33:17 +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