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