From 61e03e2d9992895aada33f76bf50d4d338d2cc02 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 15 Jun 2020 20:24:11 -0400 Subject: 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 --- users/glittershark/xanthous/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/glittershark/xanthous/default.nix b/users/glittershark/xanthous/default.nix index 0d08d7f26b66..be8957f9f641 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; -- cgit 1.4.1