move out non-toplevel flake modules from flake.nix
This commit is contained in:
@@ -25,14 +25,9 @@
|
||||
./devShell.nix
|
||||
./formatter.nix
|
||||
./templates/flake-module.nix
|
||||
./templates/python-project/flake-module.nix
|
||||
|
||||
./pkgs/flake-module.nix
|
||||
|
||||
./pkgs/clan-cli/flake-module.nix
|
||||
./pkgs/installer/flake-module.nix
|
||||
./pkgs/ui/flake-module.nix
|
||||
|
||||
./lib/flake-module.nix
|
||||
({ self, lib, ... }: {
|
||||
flake.nixosModules = lib.mapAttrs (_: nix: { imports = [ nix ]; }) (self.lib.findNixFiles ./nixosModules);
|
||||
|
||||
Reference in New Issue
Block a user