flake.nix: Expose modules in flake
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
|
||||
nixosConfigurations = helper.mapToNixosConfigurations self.clerie.hosts;
|
||||
|
||||
nixosModules = {
|
||||
clerie = import ./modules;
|
||||
default = self.nixosModules.clerie;
|
||||
};
|
||||
|
||||
overlays = {
|
||||
nixfilesInputs = import ./flake/overlay.nix inputs;
|
||||
clerie = import ./pkgs/overlay.nix;
|
||||
|
Reference in New Issue
Block a user