Skip to content

Commit

Permalink
new format: vagrant-virtualbox
Browse files Browse the repository at this point in the history
This will ultimately replace the nix-community/nixbox project.

See nix-community/nixbox#38

Depends on NixOS/nixpkgs#101120
  • Loading branch information
zimbatm committed Oct 20, 2020
1 parent 65d3bd4 commit b812707
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions formats/vagrant-virtualbox.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ modulesPath, ... }:
{
imports = [
"${toString modulesPath}/virtualisation/vagrant-virtualbox-image.nix"
];

formatAttr = "vagrantVirtualbox";
}

0 comments on commit b812707

Please sign in to comment.