summaryrefslogtreecommitdiff
path: root/checks.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
commite6ed60548397627bf10f561f9438201dbba0a36e (patch)
treef9a84c5957d2cc4fcd148065ee9365a0c851ae1c /checks.nix
parent9ac64328603d44bd272175942d3ea3eaadcabd04 (diff)
2024-04-21
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix
index 1bb454c..a1915fa 100644
--- a/checks.nix
+++ b/checks.nix
@@ -18,7 +18,7 @@ in
name = "promtool";
description = "Check Prometheus rules";
entry = "${pkgs.prometheus.cli}/bin/promtool check rules";
- files = "(?x)^(modules/nixos/monitoring/rules/.*\.yaml)$";
+ files = "(?x)^(modules/monitoring/rules/.*\.yaml)$";
};
deadnix.enable = true;
editorconfig-checker.enable = true;