lib/fetchers: remove unused imports
This commit is contained in:
parent
7502b38aac
commit
f8b6b6f512
@ -193,8 +193,8 @@ rec {
|
|||||||
}:
|
}:
|
||||||
fetcher:
|
fetcher:
|
||||||
let
|
let
|
||||||
inherit (lib.attrsets) genAttrs intersectAttrs removeAttrs;
|
inherit (lib.attrsets) intersectAttrs removeAttrs;
|
||||||
inherit (lib.trivial) const functionArgs setFunctionArgs;
|
inherit (lib.trivial) functionArgs setFunctionArgs;
|
||||||
|
|
||||||
inherit (commonH hashTypes) hashSet;
|
inherit (commonH hashTypes) hashSet;
|
||||||
fArgs = functionArgs fetcher;
|
fArgs = functionArgs fetcher;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user