prometheus-libvirt-exporter: add mainProgram

Add mainProgram meta attribute so the exporter NixOS module uses the
correct binary path in its systemd service.
This commit is contained in:
Ananth Bhaskararaman
2026-04-04 00:51:21 +05:30
parent 559e7e0bcc
commit a641c717ae
@@ -30,5 +30,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/Tinkoff/libvirt-exporter";
license = lib.licenses.asl20;
maintainers = [ ];
mainProgram = "libvirt-exporter";
};
})