5 lines
93 B
Nix
5 lines
93 B
Nix
|
{ config, lib, ... }:
|
||
|
with lib; {
|
||
|
imports = [ ./build-consumer.nix ./build-server.nix ];
|
||
|
}
|