mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
7 lines
76 B
Nix
7 lines
76 B
Nix
{ mylib, ... }:
|
|
{
|
|
imports = (mylib.scanPaths ./.) ++ [
|
|
../base
|
|
];
|
|
}
|