mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
lib.fetchers.normalizeHash: remove unnecessary quotes
This commit is contained in:
@@ -113,7 +113,7 @@ rec {
|
||||
inherit (commonH hashTypes) hashNames hashSet;
|
||||
in
|
||||
args:
|
||||
if args ? "outputHash" then
|
||||
if args ? outputHash then
|
||||
args
|
||||
else
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user