Unverified Commit ea42261b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixpkgs/release-checks: fix url-literal warns after Nix upgrade

parent 8be633b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ pkgs.runCommand "nixpkgs-release-checks"
          nix-env -f $src \
              --show-trace --argstr system "$platform" \
              --arg config '{ allowAliases = false; allowDeprecatedx86_64Darwin = true; }' \
              --option experimental-features 'no-url-literals' \
              --option lint-url-literals fatal \
              -qa --drv-path --system-filter \* --system \
              "''${opts[@]}" 2> eval-warnings.log > packages1
        )
@@ -73,7 +73,7 @@ pkgs.runCommand "nixpkgs-release-checks"
        nix-env -f $src2 \
            --show-trace --argstr system "$platform" \
            --arg config '{ allowAliases = false; allowDeprecatedx86_64Darwin = true; }' \
            --option experimental-features 'no-url-literals' \
            --option lint-url-literals fatal \
            -qa --drv-path --system-filter \* --system \
            "''${opts[@]}" > packages2

@@ -96,7 +96,7 @@ pkgs.runCommand "nixpkgs-release-checks"
        nix-env -f $src \
            --show-trace --argstr system "$platform" \
            --arg config '{ allowAliases = false; allowDeprecatedx86_64Darwin = true; }' \
            --option experimental-features 'no-url-literals' \
            --option lint-url-literals fatal \
            -qa --drv-path --system-filter \* --system --meta --xml \
            "''${opts[@]}" > /dev/null
    done