nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

packet-sd: enable build on unix

+1 -1
+1 -1
pkgs/development/tools/packet-sd/default.nix
··· 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 - platforms = platforms.linux; 21 + platforms = platforms.unix; 22 22 maintainers = [ maintainers.andir ]; 23 23 }; 24 24 }