9 lines
70 B
Nix
9 lines
70 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./consumer.nix
|
|
./service.nix
|
|
];
|
|
}
|