lib.fetchers.normalizeHash: remove unnecessary quotes

This commit is contained in:
Eman Resu
2026-05-19 21:51:08 -04:00
parent e4d668e964
commit 0466dc5b70

View File

@@ -113,7 +113,7 @@ rec {
inherit (commonH hashTypes) hashNames hashSet;
in
args:
if args ? "outputHash" then
if args ? outputHash then
args
else
let