Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix flake check: Allow modules attribute
This is intended as a module system "library" in the format <flake>.modules.<class>.<name> where class is e.g. "nixos" or "homeManager", and the name is of the author's choice. Modules that can be loaded in any module system application should use the name "generic". - Implemented in the module system in NixOS/nixpkgs#197547 - Class parameter for checking: https://nixos.org/manual/nixpkgs/stable/index.html#module-system-lib-evalModules-param-class
- Loading branch information