Improve nixosModules checks to include all modules by default.
This commit is contained in:
parent
fc39e912ad
commit
85ea7fe030
4 changed files with 8 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
formatting = treefmtEval.config.build.check flakeSelf;
|
||||
|
||||
nixos-modules = pkgs.callPackage ./nixos-modules {
|
||||
defaultModule = self.nixosModules.default;
|
||||
inherit (self.lib) getSubDirs isFolderWithFile;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue