From fb14e8e99e31a5a4d8e65313089e451bdb4e1540 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@privatestorage.io> Date: Mon, 10 May 2021 14:23:08 +0000 Subject: [PATCH] Update README with @jcalderones much better way of getting latest vagrant --- morph/grid/local/README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst index c2f48cfa..2297816d 100644 --- a/morph/grid/local/README.rst +++ b/morph/grid/local/README.rst @@ -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 -- GitLab