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