4 lines
98 B
Nix
4 lines
98 B
Nix
{ lib, ... }@args:
|
|
|
|
lib.composeManyExtensions
|
|
(lib.my.mapModules' (file: import file args) ./.)
|