about summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;

Consider giving Nix/NixOS a try! <3