lib.fetchers.withNormalizedHash: define hashSet before taking fetcher

This commit is contained in:
Eman Resu
2026-05-19 22:07:17 -04:00
parent 35d9631df3
commit 25118b87ed
+3 -1
View File
@@ -202,9 +202,11 @@ rec {
{
hashTypes ? defaultHashTypes,
}:
fetcher:
let
inherit (commonH hashTypes) hashSet;
in
fetcher:
let
fArgs = functionArgs fetcher;
normalize = normalizeHash {