mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-18 07:36:37 +01:00
4 lines
51 B
Nix
4 lines
51 B
Nix
{mylib, ...}: {
|
|
imports = mylib.scanPaths ./.;
|
|
}
|