Remove vestigial vagrant reference

This commit is contained in:
Andrew R. M 2024-05-21 20:33:17 +00:00
parent 4c48565a8f
commit c2286bb299

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