We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0976652 + 36dc856 commit 9a8ed54Copy full SHA for 9a8ed54
1 file changed
lib/modules/command.nix
@@ -36,14 +36,14 @@
36
'';
37
};
38
options.preHook = lib.mkOption {
39
- type = lib.types.str;
+ type = lib.types.lines;
40
default = "";
41
description = ''
42
Shell script to run before executing the command.
43
44
45
options.postHook = lib.mkOption {
46
47
48
49
Shell script to run after executing the command.
0 commit comments