tvl-depot/users/glittershark/gws.fyi/site.nix
Griffin Smith 098bbb4d67 feat(gws.fyi): Make title work properly in index
This is remarkably silly, but it gets the job done

Change-Id: Ifbc57988a59c4f51a3bba0ed8ad397cb9855d8ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/423
Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 03:19:50 +00:00

11 lines
145 B
Nix

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