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