nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
1{ 2 prometheus_exporter = { 3 dependencies = ["webrick"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 sha256 = "0pb4k6px8b36bvnw3d14j31s33ns60dcwxixbcgvhpzavd7fparb"; 9 type = "gem"; 10 }; 11 version = "2.0.6"; 12 }; 13 webrick = { 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7"; 19 type = "gem"; 20 }; 21 version = "1.7.0"; 22 }; 23}