Skip to content
Snippets Groups Projects
Commit fb14e8e9 authored by Florian Sesser's avatar Florian Sesser
Browse files

Update README with @jcalderones much better way of getting latest vagrant

parent 15d59e4b
No related branches found
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!81Add local development network Vagrantfile and Documentation
Pipeline #488 passed
......@@ -26,17 +26,11 @@ One possible way to do it in NixOS:
Pre-Vagrant 2.2.16: Get Vagrant with the required fixes for NixOS guests
````````````````````````````````````````````````````````````````````````
The Vagrant nixos-guest template `received a critical update on 2021-03-08 <https://github.com/hashicorp/vagrant/commit/990d94ed9d0b3092e855bc1bb9deeeb7aa7792cf>`_ which is going to be in version 2.2.16 once it's out.
The Vagrant nixos-guest template `received a critical update on 2021-03-08 <https://github.com/hashicorp/vagrant/commit/990d94ed9d0b3092e855bc1bb9deeeb7aa7792cf>`_ which came out with Vagrant version 2.2.16.
Retrieve and use the latest Vagrant development version locally::
If you run an older Nixpkgs, retrieve and use the latest Vagrant development version like so::
git clone ssh://git@github.com/hashicorp/vagrant.git
cd vagrant/
nix-shell -p gcc gnumake git gnutar curl ruby
bundle install
bundle --binstubs exec
cd exec/
export PATH=`pwd`:$PATH
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/master.tar.gz nix-shell -p vagrant
Use the local development environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment