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:
@@ -30,5 +30,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/Tinkoff/libvirt-exporter";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
mainProgram = "libvirt-exporter";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user