mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
refactor: Organized modules like they are in NixOS/nixpkgs.
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
description = "A very basic flake";
|
description = "A very basic flake";
|
||||||
|
|
||||||
outputs = { self }: {
|
outputs = { self }: {
|
||||||
nixosModules.vagrant = { ... }: { imports = [ ./nixosModules/vagrant.nix ]; };
|
nixosModules.vagrant = { ... }: { imports = [ ./nixos/modules/virtualisation/vagrant.nix ]; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user