mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge ad40470be0
into ebb88c3428
This commit is contained in:
commit
33a701cd8a
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ in
|
|||
};
|
||||
|
||||
WatchPaths = mkOption {
|
||||
type = types.nullOr (types.listOf types.path);
|
||||
type = types.nullOr (types.listOf (types.either types.str types.path));
|
||||
default = null;
|
||||
description = ''
|
||||
This optional key causes the job to be started if any one of the listed paths are modified.
|
||||
|
|
Loading…
Add table
Reference in a new issue