about summary refs log tree commit diff
path: root/users/grfn/gws.fyi/site.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-08-18T02·17-0400
committergrfn <grfn@gws.fyi>2021-08-18T03·23+0000
commit15163fdc160ae4cfd93c5416729d14221ac7239c (patch)
treebd074ceda62658abf0027264f3af61a37c3a2f12 /users/grfn/gws.fyi/site.nix
parent8dd5ee26d737b1ea62c607480d4f1e1c2d9d2f73 (diff)
feat(gws.fyi): Add a recipe for tomato paste r/2748
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>
Diffstat (limited to '')
-rw-r--r--users/grfn/gws.fyi/site.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/gws.fyi/site.nix b/users/grfn/gws.fyi/site.nix
index a74bee0bef..33d4a71e7b 100644
--- a/users/grfn/gws.fyi/site.nix
+++ b/users/grfn/gws.fyi/site.nix
@@ -8,4 +8,5 @@ in
 
 {
   index = orgExportHTML ./index.org;
+  recipes = orgExportHTML ./recipes;
 }