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