tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
packet-sd: enable build on unix
Ben Siraphob
5 years ago
63e59fbe
e286f0cf
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
packet-sd
default.nix
+1
-1
pkgs/development/tools/packet-sd/default.nix
reviewed
···
18
18
description = "Prometheus service discovery for Equinix Metal";
19
19
homepage = "https://github.com/packethost/prometheus-packet-sd";
20
20
license = licenses.asl20;
21
21
-
platforms = platforms.linux;
21
21
+
platforms = platforms.unix;
22
22
maintainers = [ maintainers.andir ];
23
23
};
24
24
}