nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git i/lib/vagrant/bundler.rb w/lib/vagrant/bundler.rb
2index 301e40e37..e361ab510 100644
3--- i/lib/vagrant/bundler.rb
4+++ w/lib/vagrant/bundler.rb
5@@ -217,7 +217,7 @@ module Vagrant
6 source_list = {}
7 system_plugins = plugins.map do |plugin_name, plugin_info|
8 plugin_name if plugin_info["system"]
9- end.compact
10+ end.compact << "bundler"
11 installer_set = VagrantSet.new(:both)
12 installer_set.system_plugins = system_plugins
13