about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/fetch-gog/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/gog/fetch-gog/default.nix b/pkgs/games/gog/fetch-gog/default.nix
index c1d350ce..99d40587 100644
--- a/pkgs/games/gog/fetch-gog/default.nix
+++ b/pkgs/games/gog/fetch-gog/default.nix
@@ -309,6 +309,7 @@ in stdenv.mkDerivation {
       ${lib.escapeShellArg downloadName})"
     header "downloading $name from $url"
     curl \
+      --location \
       --cacert ${lib.escapeShellArg "${cacert}/etc/ssl/certs/ca-bundle.crt"} \
       --fail --output "$out" "$url"
     stopNest