mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
nixos: don't include package path in option descriptions
See https://github.com/9001/copyparty/pull/1193, this actually fixes the issue
This commit is contained in:
parent
b7c23bd7a9
commit
dfff1d4e95
|
|
@ -116,7 +116,7 @@ in
|
|||
Global settings to apply.
|
||||
Directly maps to values in the [global] section of the copyparty config.
|
||||
Cannot set "c" or "hist", those are set by this module.
|
||||
See `${getExe cfg.package} --help` for more details.
|
||||
See `copyparty --help` for more details.
|
||||
'';
|
||||
default = {
|
||||
i = "127.0.0.1";
|
||||
|
|
@ -227,7 +227,7 @@ in
|
|||
type = types.attrs;
|
||||
description = ''
|
||||
Attribute list of volume flags to apply.
|
||||
See `${getExe cfg.package} --help-flags` for more details.
|
||||
See `copyparty --help-flags` for more details.
|
||||
'';
|
||||
example = literalExpression ''
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue