nix: simplify tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I02126573ee9573fd7a1e5a12e42dd02d6a6a6964
This commit is contained in:
parent
e7425e0abf
commit
d541b7ebbf
4 changed files with 85 additions and 82 deletions
|
|
@ -238,7 +238,7 @@
|
|||
options = {
|
||||
notificationType = mkOption {
|
||||
type = str;
|
||||
description = "Notification type: github_status, email, gitlab_status, gitea_status, run_command.";
|
||||
description = "Notification type: github_status, email, gitlab_status, gitea_status, webhook.";
|
||||
};
|
||||
config = mkOption {
|
||||
type = settingsType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue