nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 13 lines 455 B view raw
1{ grafanaPlugin, lib }: 2 3grafanaPlugin { 4 pname = "volkovlabs-form-panel"; 5 version = "6.0.0"; 6 zipHash = "sha256-oSoprdWcpXypTMM4d3MuPXA/hcqd/3sSxuTluL7JW4Y="; 7 meta = with lib; { 8 description = "Plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard"; 9 license = licenses.asl20; 10 maintainers = with maintainers; [ nagisa ]; 11 platforms = platforms.unix; 12 }; 13}