mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
5 lines
53 B
Nix
5 lines
53 B
Nix
{ mylib, ... }:
|
|
{
|
|
imports = mylib.scanPaths ./.;
|
|
}
|