factorio: Use curlOptsList to fix warning

This commit is contained in:
Silvan Mosberger
2022-04-26 21:01:21 +02:00
parent 86c902d673
commit b404704911
+1 -1
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"