From f8b6b6f512bb579d11be6a9d92ea2565641c4b08 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 27 Jun 2025 21:27:44 +0300 Subject: [PATCH] lib/fetchers: remove unused imports --- lib/fetchers.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fetchers.nix b/lib/fetchers.nix index dc6d8f137cb3..c09dbc799103 100644 --- a/lib/fetchers.nix +++ b/lib/fetchers.nix @@ -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;