Remove vestigial vagrant reference

This commit is contained in:
Andrew R. M 2025-04-04 17:42:35 +00:00
parent d5b8675fef
commit 4385fa7c01

View File

@ -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