5 lines
55 B
Nix
5 lines
55 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = lib.my.listModules ./.;
|
|
}
|