nixpkgs/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
143 B
Nix
Raw Normal View History

2022-10-09 07:43:34 +02:00
{ lib, grafana-loki }:
grafana-loki.overrideAttrs (o: {
pname = "promtail";
subPackages = ["clients/cmd/promtail"];
CGO_ENABLED = 1;
})