mirror of
https://github.com/RGBCube/hjem
synced 2025-10-13 13:12:16 +00:00
lib: fix option docs
This commit is contained in:
parent
2426d6ad20
commit
94e77114b3
1 changed files with 2 additions and 2 deletions
4
lib.nix
4
lib.nix
|
@ -38,9 +38,9 @@ in {
|
||||||
if hasPrefix "/" p
|
if hasPrefix "/" p
|
||||||
then throw "This option cannot handle absolute paths yet!"
|
then throw "This option cannot handle absolute paths yet!"
|
||||||
else "${config.relativeTo}/${p}";
|
else "${config.relativeTo}/${p}";
|
||||||
defaultText = "name";
|
defaultText = name;
|
||||||
description = ''
|
description = ''
|
||||||
Path to target file relative to {option}`hjem.users.<name>.files.<file>.relativeTo`.
|
Path to target file relative to ${rootDir}.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue