From 25118b87ed055a0512dbba4d96b5d0100f0bd9bd Mon Sep 17 00:00:00 2001 From: Eman Resu <78693624+quatquatt@users.noreply.github.com> Date: Tue, 19 May 2026 21:59:53 -0400 Subject: [PATCH] lib.fetchers.withNormalizedHash: define hashSet before taking fetcher --- lib/fetchers.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/fetchers.nix b/lib/fetchers.nix index e24f6c45d03d..36178ef7acf9 100644 --- a/lib/fetchers.nix +++ b/lib/fetchers.nix @@ -202,9 +202,11 @@ rec { { hashTypes ? defaultHashTypes, }: - fetcher: let inherit (commonH hashTypes) hashSet; + in + fetcher: + let fArgs = functionArgs fetcher; normalize = normalizeHash {