grafanaPlugins.grafana-clock-panel: init at 1.1.1
This commit is contained in:
parent
3ba1a06a78
commit
007ae56973
@ -0,0 +1,13 @@
|
|||||||
|
{ grafanaPlugin, lib }:
|
||||||
|
|
||||||
|
grafanaPlugin rec {
|
||||||
|
pname = "grafana-clock-panel";
|
||||||
|
version = "1.1.1";
|
||||||
|
zipHash = "sha256-SvZyg7r+XG6i7jqYwxpPn6ZzJc7qmtfPtyphYppURDk=";
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Clock panel for Grafana";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ lukegb ];
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
|
}
|
@ -3,4 +3,6 @@
|
|||||||
inherit callPackage;
|
inherit callPackage;
|
||||||
|
|
||||||
grafanaPlugin = callPackage ./grafana-plugin.nix { };
|
grafanaPlugin = callPackage ./grafana-plugin.nix { };
|
||||||
|
|
||||||
|
grafana-clock-panel = callPackage ./grafana-clock-panel { };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user