summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-16 21:47:04 +0200
committerGitHub <noreply@github.com>2020-12-16 21:47:04 +0200
commit1048a1e5ae0a2032e10eefcc5854db83e75751e7 (patch)
treee877a027c96b56d1522847bf34f124cb46a5aa68 /pkgs
parent9196e0db94c7ec7a9f88dde5c1ca205eda410c20 (diff)
parent63e59fbea7641ea6d14a51efe96b1f4bc19edb70 (diff)
Merge pull request #104604 from siraben/packet-sd-darwin
packet-sd: enable build on unix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/packet-sd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/packet-sd/default.nix b/pkgs/development/tools/packet-sd/default.nix
index 33d61eca718a..0008fab7442e 100644
--- a/pkgs/development/tools/packet-sd/default.nix
+++ b/pkgs/development/tools/packet-sd/default.nix
@@ -18,7 +18,7 @@ buildGoModule rec {
description = "Prometheus service discovery for Equinix Metal";
homepage = "https://github.com/packethost/prometheus-packet-sd";
license = licenses.asl20;
- platforms = platforms.linux;
+ platforms = platforms.unix;
maintainers = [ maintainers.andir ];
};
}