Remove vestigial vagrant reference

This commit is contained in:
anmiller 2024-05-17 15:36:18 +00:00
parent 781b1c026f
commit af57f9cf4c

View File

@ -18,7 +18,7 @@ curl -so install-nix https://releases.nixos.org/nix/nix-2.18.1/install
sh ./install-nix sh ./install-nix
# Source the nix profile # Source the nix profile
cat << EOF > ~vagrant/.bashrc cat << EOF > ~/.bashrc
# Source nix if it's installed # Source nix if it's installed
if [ -r ~/.nix-profile/etc/profile.d/nix.sh ]; then if [ -r ~/.nix-profile/etc/profile.d/nix.sh ]; then
. ~/.nix-profile/etc/profile.d/nix.sh . ~/.nix-profile/etc/profile.d/nix.sh