diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-04-21 02:15:42 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-04-21 02:15:42 +0300 |
commit | e6ed60548397627bf10f561f9438201dbba0a36e (patch) | |
tree | f9a84c5957d2cc4fcd148065ee9365a0c851ae1c /checks.nix | |
parent | 2024-04-18 (diff) |
2024-04-21
Diffstat (limited to '')
-rw-r--r-- | checks.nix | 2 |
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; |