stockholm/tv/3modules/default.nix

9 lines
143 B
Nix
Raw Normal View History

2023-01-27 12:48:18 +00:00
with import ./lib;
2015-07-24 15:34:08 +00:00
{
2023-01-27 12:48:18 +00:00
imports =
map
(name: ./. + "/${name}")
(attrNames
(filterAttrs isNixDirEntry (readDir ./.)));
2015-07-24 15:34:08 +00:00
}