4 lines
126 B
Nix
4 lines
126 B
Nix
{lib, ...}: {
|
|
imports = with lib;
|
|
youthlic.loadImports' ./. (filter (name: !hasSuffix "/top-level" (toString name)));
|
|
}
|