fetchurl: sort inherited variables

This commit is contained in:
Yueh-Shun Li
2025-12-09 12:34:45 +08:00
parent c68642058c
commit 4535777468
+3 -3
View File
@@ -300,11 +300,11 @@ lib.extendMkDerivation {
curlOptsList = lib.escapeShellArgs curlOptsList;
inherit
showURLs
mirrorsFile
postFetch
downloadToTemp
executable
mirrorsFile
postFetch
showURLs
;
impureEnvVars = impureEnvVars ++ netrcImpureEnvVars;