mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 20:31:51 +01:00
8 lines
64 B
Nix
8 lines
64 B
Nix
{
|
|
mylib,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = mylib.scanPaths ./.;
|
|
}
|