mirror of
https://github.com/9001/copyparty.git
synced 2026-01-13 08:12:39 -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.
|
Global settings to apply.
|
||||||
Directly maps to values in the [global] section of the copyparty config.
|
Directly maps to values in the [global] section of the copyparty config.
|
||||||
Cannot set "c" or "hist", those are set by this module.
|
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 = {
|
default = {
|
||||||
i = "127.0.0.1";
|
i = "127.0.0.1";
|
||||||
|
|
@ -227,7 +227,7 @@ in
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
description = ''
|
description = ''
|
||||||
Attribute list of volume flags to apply.
|
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 ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue