1
Fork 0
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:
éclairevoyant 2025-09-11 08:17:36 -04:00
parent 2426d6ad20
commit 94e77114b3
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -38,9 +38,9 @@ in {
if hasPrefix "/" p
then throw "This option cannot handle absolute paths yet!"
else "${config.relativeTo}/${p}";
defaultText = "name";
defaultText = name;
description = ''
Path to target file relative to {option}`hjem.users.<name>.files.<file>.relativeTo`.
Path to target file relative to ${rootDir}.
'';
};