nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "grafana-pyroscope-app";
5 version = "1.7.0";
6 zipHash = "sha256-lLzOV3pTjdW5thOTX0t+OwpxXqFJNlF5db0xpmw3fd8=";
7 meta = with lib; {
8 description = "Integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data";
9 license = licenses.agpl3Only;
10 teams = [ lib.teams.fslabs ];
11 platforms = platforms.unix;
12 };
13}