mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/aria2: fix missing default
This commit is contained in:
parent
f6d3113164
commit
7a7060c5bf
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ in
|
|||
|
||||
[0]: https://aria2.github.io/manual/en/html/aria2c.html#synopsis
|
||||
'';
|
||||
default = { };
|
||||
type = lib.types.submodule {
|
||||
freeformType = with lib.types; attrsOf (oneOf [ bool int float singleLineStr ]);
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue