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:
parent
4fe4e3d9a2
commit
61e03e2d99
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
{ nixpkgs ? import ./nixpkgs.nix {}
|
{ nixpkgs ? import ./nixpkgs.nix {}
|
||||||
|
, pkgs ? nixpkgs.pkgs
|
||||||
, compiler ? "ghc865"
|
, compiler ? "ghc865"
|
||||||
, failOnWarnings ? false
|
, failOnWarnings ? false
|
||||||
|
, ...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (nixpkgs) pkgs lib;
|
inherit (nixpkgs) pkgs lib;
|
||||||
|
|
Loading…
Reference in a new issue