about summary refs log tree commit diff
path: root/users/grfn/gws.fyi/site.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/gws.fyi/site.nix')
-rw-r--r--users/grfn/gws.fyi/site.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/grfn/gws.fyi/site.nix b/users/grfn/gws.fyi/site.nix
new file mode 100644
index 0000000000..a74bee0bef
--- /dev/null
+++ b/users/grfn/gws.fyi/site.nix
@@ -0,0 +1,11 @@
+args@{ pkgs ? import <nixpkgs> {}, ... }:
+
+let
+
+  orgExportHTML = import ./orgExportHTML.nix args;
+
+in
+
+{
+  index = orgExportHTML ./index.org;
+}