nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "grafana-discourse-datasource";
5 version = "2.0.2";
6 zipHash = "sha256-0MTxPe7RJHMA0SwjOcFlbi4VkhlLUFP+5r2DsHAaffc=";
7 meta = with lib; {
8 description = "Allows users to search and view topics, posts, users, tags, categories, and reports on a given Discourse forum through Grafana";
9 license = licenses.asl20;
10 maintainers = with maintainers; [ nagisa ];
11 platforms = platforms.unix;
12 };
13}