minor docs tweak

This commit is contained in:
atagen 2025-08-25 01:19:59 +10:00
parent 9ff725bf68
commit 7679664811

View file

@ -39,7 +39,10 @@ let
source = mkOption {
type = nullOr (either path str);
default = null;
description = "Path of the source file or directory - be sure to quote paths you don't want nix to copy to the store.";
description = ''
Path of the source file or directory.
Be sure to quote paths you don't want nix to copy to the store.
'';
};
executable = mkOption {