nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "volkovlabs-variable-panel";
5 version = "4.0.0";
6 zipHash = "sha256-fHOo/Au8yPQXIkG/BupNcMpFNgDLRrqpwRpmbq6xYhM=";
7 meta = with lib; {
8 description = "Variable panel allows you to have dashboard filters in a separate panel which you can place anywhere on the dashboard";
9 license = licenses.asl20;
10 maintainers = with maintainers; [ nagisa ];
11 platforms = platforms.unix;
12 };
13}