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