forked from CCCHH/nix-infra
In the future next.hamburg.ccc.de might also be used for hosting website builds of branches or MRs.
9 lines
140 B
Nix
9 lines
140 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./branding-resources.hamburg.ccc.de.nix
|
|
./element.hamburg.ccc.de.nix
|
|
./next.hamburg.ccc.de.nix
|
|
];
|
|
}
|