8 lines
No EOL
74 B
Nix
Executable file
8 lines
No EOL
74 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./client.nix
|
|
./server.nix
|
|
];
|
|
} |