mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
lib.fetchers.withNormalizedHash: define hashSet before taking fetcher
This commit is contained in:
@@ -202,9 +202,11 @@ rec {
|
||||
{
|
||||
hashTypes ? defaultHashTypes,
|
||||
}:
|
||||
fetcher:
|
||||
let
|
||||
inherit (commonH hashTypes) hashSet;
|
||||
in
|
||||
fetcher:
|
||||
let
|
||||
fArgs = functionArgs fetcher;
|
||||
|
||||
normalize = normalizeHash {
|
||||
|
||||
Reference in New Issue
Block a user