Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
445 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "volkovlabs-variable-panel";
version = "4.1.0";
zipHash = "sha256-3AkCebT9KcQdsi+T3+0XMhwZaEmqlOmY90RidcVqUb4=";
meta = with lib; {
description = "Variable panel allows you to have dashboard filters in a separate panel which you can place anywhere on the dashboard";
license = licenses.asl20;
maintainers = with maintainers; [ nagisa ];
platforms = platforms.unix;
};
}