factorio: Use curlOptsList to fix warning

This commit is contained in:
Silvan Mosberger 2022-03-19 01:02:15 +01:00
parent 86c902d673
commit b404704911

View file

@ -85,7 +85,7 @@ let
(lib.overrideDerivation (lib.overrideDerivation
(fetchurl { (fetchurl {
inherit name url sha256; inherit name url sha256;
curlOpts = [ curlOptsList = [
"--get" "--get"
"--data-urlencode" "username@username" "--data-urlencode" "username@username"
"--data-urlencode" "token@token" "--data-urlencode" "token@token"