6 lines
60 B
Nix
Executable File
6 lines
60 B
Nix
Executable File
{ pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [ ./cdn ./glasshaus ];
|
|
}
|