coroot-node-agent: support running it without GPU

see https://github.com/coroot/coroot-node-agent/issues/227
This commit is contained in:
asimon
2025-12-18 13:37:38 +01:00
parent 44e71ebdc2
commit cd4bdd0ea5

View File

@@ -22,6 +22,11 @@ buildGoModule rec {
CGO_CFLAGS = "-I ${systemdLibs}/include";
ldflags = [
"-extldflags='-Wl,-z,lazy'"
"-X 'github.com/coroot/coroot-node-agent/flags.Version=${version}'"
];
meta = {
description = "Prometheus exporter based on eBPF";
homepage = "https://github.com/coroot/coroot-node-agent";