lib: Avoid double import

wip/yesman
John Ericson 6 years ago committed by John Ericson
parent 2e4aded366
commit afb87a66b3
  1. 4
      lib/systems/doubles.nix

@ -1,8 +1,8 @@
{ lib }:
let
inherit (lib) lists;
parse = import ./parse.nix { inherit lib; };
inherit (import ./inspect.nix { inherit lib; }) predicates;
inherit (lib.systems) parse;
inherit (lib.systems.inspect) predicates;
inherit (lib.attrsets) matchAttrs;
all = [

Loading…
Cancel
Save