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