about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-16T00·24-0400
committerglittershark <grfn@gws.fyi>2020-06-16T00·27+0000
commit61e03e2d9992895aada33f76bf50d4d338d2cc02 (patch)
treed8391330f46f25442264e834dfa40bf0c14999ad /users
parent4fe4e3d9a297ff9c8aa77e1a196a96b65ecd99ae (diff)
fix(g/xanthous): Make xanthous readTree-compatible r/980
readTree passes in some extra args that we can generally just ignore

Change-Id: I2607421da086cfef0502695bcf5658f6d4dbb44d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/394
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r--users/glittershark/xanthous/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/default.nix b/users/glittershark/xanthous/default.nix
index 0d08d7f26b..be8957f9f6 100644
--- a/users/glittershark/xanthous/default.nix
+++ b/users/glittershark/xanthous/default.nix
@@ -1,6 +1,8 @@
 { nixpkgs ? import ./nixpkgs.nix {}
+, pkgs ? nixpkgs.pkgs
 , compiler ? "ghc865"
 , failOnWarnings ? false
+, ...
 }:
 let
   inherit (nixpkgs) pkgs lib;