nixos-generators/formats/vagrant-virtualbox.nix
zimbatm de5493a642
new format: vagrant-virtualbox
This will ultimately replace the nix-community/nixbox project.

See https://github.com/nix-community/nixbox/issues/38

Depends on https://github.com/NixOS/nixpkgs/pull/101120
2020-10-20 11:15:43 +02:00

9 lines
156 B
Nix

{ modulesPath, ... }:
{
imports = [
"${toString modulesPath}/virtualisation/vagrant-virtualbox-image.nix"
];
formatAttr = "vagrantVirtualbox";
}