10 lines
180 B
Nix
10 lines
180 B
Nix
# Add your core services to the same directory as this default.nix file.
|
|
# They will automatically be imported below.
|
|
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = (lib.custom.scanPaths ./.);
|
|
}
|