about summary refs log tree commit diff
path: root/users/glittershark/gws.fyi/site.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-16T03·18-0400
committerglittershark <grfn@gws.fyi>2020-06-16T03·19+0000
commit098bbb4d67a0df8d191ba9a8665b86e8dbad7759 (patch)
tree0a9c705c2fcc187132f4fc94ef2619dbb73c3a57 /users/glittershark/gws.fyi/site.nix
parent5ae449dcccc97c67d9ef239e089b4552a579114a (diff)
feat(gws.fyi): Make title work properly in index r/989
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>
Diffstat (limited to 'users/glittershark/gws.fyi/site.nix')
-rw-r--r--users/glittershark/gws.fyi/site.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/glittershark/gws.fyi/site.nix b/users/glittershark/gws.fyi/site.nix
index 5a06203a6b..a74bee0bef 100644
--- a/users/glittershark/gws.fyi/site.nix
+++ b/users/glittershark/gws.fyi/site.nix
@@ -1,7 +1,9 @@
-args@{ pkgs, depot, ... }:
+args@{ pkgs ? import <nixpkgs> {}, ... }:
 
 let
+
   orgExportHTML = import ./orgExportHTML.nix args;
+
 in
 
 {