nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 13 lines 361 B view raw
1{ grafanaPlugin, lib }: 2 3grafanaPlugin { 4 pname = "doitintl-bigquery-datasource"; 5 version = "2.0.3"; 6 zipHash = "sha256-QxUNRsO1ony+6tVdpwx3P/63XNIdAVIren6hUwChf9E="; 7 meta = with lib; { 8 description = "BigQuery DataSource for Grafana"; 9 license = licenses.mit; 10 maintainers = with maintainers; [ jwygoda ]; 11 platforms = platforms.unix; 12 }; 13}