summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: 1a0971ec6049ac0570cbde1d8551b5efc0ee5a6f (plain)
1
2
3
4
5
6
7
8
with import ./lib;
{
  imports =
    map
      (name: ./. + "/${name}")
      (attrNames
        (filterAttrs isNixDirEntry (readDir ./.)));
}