Skip to content

Commit

Permalink
Merge pull request #44824 from yegortimoshenko/20180809.194746/promet…
Browse files Browse the repository at this point in the history
…heus

prometheus-node-exporter: work around prometheus/node_exporter#870
  • Loading branch information
xeji committed Aug 9, 2018
2 parents c08244f + c2839a8 commit fc283bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/servers/monitoring/prometheus/node-exporter.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGo19Package, fetchFromGitHub }:

buildGoPackage rec {
# Go 1.10 causes segfaults:
# https://github.com/prometheus/node_exporter/issues/870
buildGo19Package rec {
name = "node_exporter-${version}";
version = "0.16.0";
rev = "v${version}";
Expand Down

0 comments on commit fc283bd

Please sign in to comment.