mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 10:19:39 +01:00
vdirsyncer: create postHook script when non-empty
This commit is contained in:
parent
f80df90c10
commit
1683c507c2
2 changed files with 5 additions and 4 deletions
|
|
@ -137,8 +137,8 @@ in {
|
|||
};
|
||||
|
||||
postHook = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
type = types.nullOr types.lines;
|
||||
default = null;
|
||||
description = ''
|
||||
Command to call for each item creation and modification.
|
||||
The command will be called with the path of the new/updated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue