3
0
Fork 0
forked from mirrors/nixpkgs
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 06:43:34 +01:00
{ lib, grafana-loki }:
grafana-loki.overrideAttrs (o: {
pname = "promtail";
subPackages = ["clients/cmd/promtail"];
CGO_ENABLED = 1;
})