fix(g/xanthous): Make xanthous readTree-compatible

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>
This commit is contained in:
Griffin Smith 2020-06-15 20:24:11 -04:00 committed by glittershark
parent 4fe4e3d9a2
commit 61e03e2d99

View file

@ -1,6 +1,8 @@
{ nixpkgs ? import ./nixpkgs.nix {}
, pkgs ? nixpkgs.pkgs
, compiler ? "ghc865"
, failOnWarnings ? false
, ...
}:
let
inherit (nixpkgs) pkgs lib;