mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
5 lines
72 B
Nix
5 lines
72 B
Nix
{mylib, ...} @ args:
|
|
map
|
|
(path: import path args)
|
|
(mylib.scanPaths ./.)
|