mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
8 lines
171 B
Nix
8 lines
171 B
Nix
{
|
|
description = "A very basic flake";
|
|
|
|
outputs = { self }: {
|
|
nixosModules.vagrant = { ... }: { imports = [ ./nixos/modules/virtualisation/vagrant.nix ]; };
|
|
};
|
|
}
|