fix(yants): Allow extra import arguments
Required for readTree compatibility.
This commit is contained in:
parent
b98c60ecca
commit
902500c4ea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# All types (should) compose as expected.
|
# All types (should) compose as expected.
|
||||||
|
|
||||||
{ lib ? (import <nixpkgs> {}).lib }:
|
{ lib ? (import <nixpkgs> {}).lib, ... }:
|
||||||
|
|
||||||
with builtins; let
|
with builtins; let
|
||||||
prettyPrint = lib.generators.toPretty {};
|
prettyPrint = lib.generators.toPretty {};
|
||||||
|
|
Loading…
Reference in a new issue