vagrant
vagrant 2.4.9
Tool for building complete development environments
https://www.vagrantup.com/Business Source License 1.1
main program: vagrantprograms: -
Maintainers
Platforms (25)
i686-linuxloongarch64-linuxarmv6l-linuxmicroblaze-linuxarmv5tel-linuxmicroblazeel-linuxmips-linuxmipsel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ vagrant ];
Ad-hoc shell
nix-shell -p vagrant
Flake (nix run)
nix run nixpkgs#vagrant