mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
factorio: Use curlOptsList to fix warning
This commit is contained in:
parent
86c902d673
commit
b404704911
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ let
|
|||
(lib.overrideDerivation
|
||||
(fetchurl {
|
||||
inherit name url sha256;
|
||||
curlOpts = [
|
||||
curlOptsList = [
|
||||
"--get"
|
||||
"--data-urlencode" "username@username"
|
||||
"--data-urlencode" "token@token"
|
||||
|
|
Loading…
Reference in a new issue