diff options
Diffstat (limited to 'users/glittershark/gws.fyi/site.nix')
-rw-r--r-- | users/glittershark/gws.fyi/site.nix | 11 |
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 a74bee0bef0a..000000000000 --- 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; -} |