diff options
Diffstat (limited to 'users/glittershark/gws.fyi/site.nix')
-rw-r--r-- | users/glittershark/gws.fyi/site.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/glittershark/gws.fyi/site.nix b/users/glittershark/gws.fyi/site.nix index 5a06203a6b1e..a74bee0bef0a 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 { |