nixpkgs/systems/hikari/web-development/domains/tea-docs.typo3.localhost.nix

9 lines
208 B
Nix
Raw Normal View History

{ lib, config, ... }:
import ./../lib/create-static.nix {
inherit config;
domain = "tea-docs.typo3.localhost";
relativeDocumentRoot = "typo3/tea/Documentation-GENERATED-temp/Result/project/0.0.0/";
}