nix: simplify tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I02126573ee9573fd7a1e5a12e42dd02d6a6a6964
This commit is contained in:
raf 2026-02-18 18:30:52 +03:00
commit d541b7ebbf
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 85 additions and 82 deletions

View file

@ -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;