pkgs/grafana-dashboards: modularize

This commit is contained in:
Felix Buehler 2023-04-11 20:44:29 +02:00
parent 1760b2f1dc
commit 354be79f0e
4 changed files with 38 additions and 30 deletions

View file

@ -1,5 +1,5 @@
final: prev:
{
homer = final.callPackage ./homer { };
node-exporter-dashboard = final.callPackage ./node-exporter-dashboard { };
grafana-dashboards = final.callPackage ./grafana-dashboards { };
}