Commit 45357774 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

fetchurl: sort inherited variables

parent c6864205
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -300,11 +300,11 @@ lib.extendMkDerivation {
      curlOptsList = lib.escapeShellArgs curlOptsList;

      inherit
        showURLs
        mirrorsFile
        postFetch
        downloadToTemp
        executable
        mirrorsFile
        postFetch
        showURLs
        ;

      impureEnvVars = impureEnvVars ++ netrcImpureEnvVars;