clarify .source usage in docs
This commit is contained in:
parent
8251efc384
commit
ef34e2314b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
source = mkOption {
|
||||
type = nullOr (either path str);
|
||||
default = null;
|
||||
description = "Path of the source file or directory";
|
||||
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