mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 22:01:58 +02:00
8 lines
90 B
Nix
8 lines
90 B
Nix
{mylib, ...}: {
|
|
imports =
|
|
(mylib.scanPaths ./.)
|
|
++ [
|
|
../base.nix
|
|
];
|
|
}
|