mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
f391ca709e
2.2.19 doesn't work with VirtualBox version present in nixpkgs * https://github.com/hashicorp/vagrant/blob/v2.3.4/CHANGELOG.md
17 lines
461 B
Diff
17 lines
461 B
Diff
diff --git a/bin/vagrant b/bin/vagrant
|
|
index 7ca30b391..d3f4ea61a 100755
|
|
--- a/bin/vagrant
|
|
+++ b/bin/vagrant
|
|
@@ -221,11 +221,6 @@ begin
|
|
end
|
|
end
|
|
|
|
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
|
|
- # If we're not in the installer, warn.
|
|
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
|
|
- end
|
|
-
|
|
# Acceptable experimental flag values include:
|
|
#
|
|
# Unset - Disables experimental features
|