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.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
 
 {