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