Skip to content

Commit

Permalink
lib: Avoid double import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jan 31, 2018
1 parent 2e4aded commit afb87a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = [
Expand Down

0 comments on commit afb87a6

Please sign in to comment.