lib.fetchers.withNormalizedHash: define hashSet before taking fetcher

This commit is contained in:
Eman Resu
2026-05-19 21:59:53 -04:00
parent 35d9631df3
commit 25118b87ed

View File

@@ -202,9 +202,11 @@ rec {
{
hashTypes ? defaultHashTypes,
}:
fetcher:
let
inherit (commonH hashTypes) hashSet;
in
fetcher:
let
fArgs = functionArgs fetcher;
normalize = normalizeHash {