tvl-depot/users/grfn/gws.fyi/site.nix
Griffin Smith 15163fdc16 feat(gws.fyi): Add a recipe for tomato paste
Someone asked for this, so here it is.

Change-Id: I00c52deb8c3f4e8f786cf4763b39d862ad041f6d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3371
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2021-08-18 03:23:04 +00:00

12 lines
182 B
Nix

args@{ pkgs ? import <nixpkgs> {}, ... }:
let
orgExportHTML = import ./orgExportHTML.nix args;
in
{
index = orgExportHTML ./index.org;
recipes = orgExportHTML ./recipes;
}