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
(fetchurl {
inherit name url sha256;
curlOpts = [
curlOptsList = [
"--get"
"--data-urlencode" "username@username"
"--data-urlencode" "token@token"