clarify .source usage in docs

This commit is contained in:
atagen 2025-07-24 10:28:34 +10:00
parent 8251efc384
commit ef34e2314b

View file

@ -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 {