From f611c803e5434016a11fa65369fe8e630a9c33ed Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 11 Feb 2025 22:45:23 +0100 Subject: [PATCH] tests.haskell.upstreamStackhpackVersion: set descriptive user agent GitHub apparently immediately terminates the connection for our previous bogus curl user agent. Let's be more polite about this (default curl user agent would work, too). --- pkgs/test/haskell/upstreamStackHpackVersion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test/haskell/upstreamStackHpackVersion/default.nix b/pkgs/test/haskell/upstreamStackHpackVersion/default.nix index 788a3e2db5ef..4e01c213700b 100644 --- a/pkgs/test/haskell/upstreamStackHpackVersion/default.nix +++ b/pkgs/test/haskell/upstreamStackHpackVersion/default.nix @@ -46,7 +46,7 @@ let --retry 3 --disable-epsv --cookie-jar cookies - --user-agent "curl " + --user-agent "nixpkgs stack version test/1.0" --insecure )