Skip to content

Commit

Permalink
Remove PrometheusTiny from overlay
Browse files Browse the repository at this point in the history
It's in Nixpkgs for a good while now.
  • Loading branch information
Ericson2314 committed May 3, 2024
1 parent 29ce5c6 commit 92155f9
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,6 @@

# A Nixpkgs overlay that provides a 'hydra' package.
overlays.default = final: prev: {

# Add LDAP dependencies that aren't currently found within nixpkgs.
perlPackages = prev.perlPackages // {

PrometheusTiny = final.perlPackages.buildPerlPackage {
pname = "Prometheus-Tiny";
version = "0.007";
src = final.fetchurl {
url = "mirror://cpan/authors/id/R/RO/ROBN/Prometheus-Tiny-0.007.tar.gz";
sha256 = "0ef8b226a2025cdde4df80129dd319aa29e884e653c17dc96f4823d985c028ec";
};
buildInputs = with final.perlPackages; [ HTTPMessage Plack TestException ];
meta = {
homepage = "https://github.com/robn/Prometheus-Tiny";
description = "A tiny Prometheus client";
license = with final.lib.licenses; [ artistic1 gpl1Plus ];
};
};

};

hydra = final.callPackage ./package.nix {
inherit (nixpkgs.lib) fileset;
rawSrc = self;
Expand Down

0 comments on commit 92155f9

Please sign in to comment.