Unverified Commit 9e177809 authored by Andrew's avatar Andrew Committed by GitHub
Browse files

vagrant: allow un-disabling of version check



Co-authored-by: default avatarNick Cao <nickcao@nichi.co>
parent 550de0a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ in buildRubyGem rec {
    wrapProgram "$out/bin/vagrant" \
      --set GEM_PATH "${deps}/lib/ruby/gems/${ruby.version.libDir}" \
      --prefix PATH ':' ${pathAdditions} \
      --set VAGRANT_CHECKPOINT_DISABLE '✓'
      --set-default VAGRANT_CHECKPOINT_DISABLE 1

    mkdir -p "$out/vagrant-plugins/plugins.d"
    echo '{}' > "$out/vagrant-plugins/plugins.json"