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:
Toast 2026-01-12 00:47:00 +01:00
parent b7c23bd7a9
commit dfff1d4e95

View file

@ -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 ''
{ {