depot/pkgs/servers/monitoring/loki/promtail.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
138 B
Nix
Raw Normal View History

{ grafana-loki }:
grafana-loki.overrideAttrs (o: {
pname = "promtail";
subPackages = ["clients/cmd/promtail"];
CGO_ENABLED = 1;
})