minor docs tweak
This commit is contained in:
parent
9ff725bf68
commit
7679664811
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue