nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb
2index 336ac1e05..1bfd84c0d 100644
3--- a/lib/vagrant/bundler.rb
4+++ b/lib/vagrant/bundler.rb
5@@ -470,7 +470,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