mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
launchd: allow WatchPaths to contain ~
This commit is contained in:
parent
bd7d1e3912
commit
ad40470be0
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…
Reference in a new issue