mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
grafanaPlugins.frser-sqlite-datasource: init at 3.5.0
This commit is contained in:
parent
4a6dda0693
commit
f5ba4f8023
@ -0,0 +1,13 @@
|
||||
{ grafanaPlugin, lib }:
|
||||
|
||||
grafanaPlugin rec {
|
||||
pname = "frser-sqlite-datasource";
|
||||
version = "3.5.0";
|
||||
zipHash = "sha256-BwAurFpMyyR318HMzVXCnOEQWM8W2vPPisXhhklFLBY=";
|
||||
meta = with lib; {
|
||||
description = "This is a Grafana backend plugin to allow using an SQLite database as a data source. The SQLite database needs to be accessible to the filesystem of the device where Grafana itself is running.";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
bsull-console-datasource = callPackage ./bsull-console-datasource { };
|
||||
doitintl-bigquery-datasource = callPackage ./doitintl-bigquery-datasource { };
|
||||
fetzerch-sunandmoon-datasource = callPackage ./fetzerch-sunandmoon-datasource { };
|
||||
frser-sqlite-datasource = callPackage ./frser-sqlite-datasource { };
|
||||
grafadruid-druid-datasource = callPackage ./grafadruid-druid-datasource { };
|
||||
grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { };
|
||||
grafana-clock-panel = callPackage ./grafana-clock-panel { };
|
||||
|
Loading…
Reference in New Issue
Block a user