0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/prometheus: fix blackbox exporter

This commit is contained in:
hexchen 2023-09-21 00:43:13 +00:00 committed by Jörg Thalheim
parent 709a1cc0bf
commit 8ec182e570

View file

@ -21,7 +21,7 @@ let
throw
"${logPrefix}: configuration file must not reside within /tmp - it won't be visible to the systemd service."
else
true;
file;
checkConfig = file:
pkgs.runCommand "checked-blackbox-exporter.conf" {
preferLocalBuild = true;