mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
vagrant: allow un-disabling of version check
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
parent
550de0a2df
commit
9e17780968
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user