10 lines
No EOL
238 B
Nix
10 lines
No EOL
238 B
Nix
{ pkgs, brewTea, ... }: brewTea {
|
|
name = "examples_quickstart";
|
|
version = "0.0.0";
|
|
|
|
src = ./.;
|
|
layoutSrc = ./layouts;
|
|
|
|
# maybe don't do this but its possible to reference _any file_.
|
|
defaultLayout = ./layouts/default.html;
|
|
} |