lib: Avoid double import

This commit is contained in:
John Ericson
2018-01-31 00:13:11 -05:00
committed by John Ericson
parent 2e4aded366
commit afb87a66b3
+2 -2
View File
@@ -1,8 +1,8 @@
{ lib }: { lib }:
let let
inherit (lib) lists; inherit (lib) lists;
parse = import ./parse.nix { inherit lib; }; inherit (lib.systems) parse;
inherit (import ./inspect.nix { inherit lib; }) predicates; inherit (lib.systems.inspect) predicates;
inherit (lib.attrsets) matchAttrs; inherit (lib.attrsets) matchAttrs;
all = [ all = [