grafanaPlugins: use callPackages
This drops dontRecurseIntoAttrs at the same time.
This commit is contained in:
parent
e32dc55ffa
commit
f69ee1e3fe
1 changed files with 1 additions and 1 deletions
|
@ -19247,7 +19247,7 @@ in
|
|||
gofish = callPackage ../servers/gopher/gofish { };
|
||||
|
||||
grafana = callPackage ../servers/monitoring/grafana { };
|
||||
grafanaPlugins = dontRecurseIntoAttrs (callPackage ../servers/monitoring/grafana/plugins { });
|
||||
grafanaPlugins = callPackages ../servers/monitoring/grafana/plugins { };
|
||||
|
||||
grafana-agent = callPackage ../servers/monitoring/grafana-agent { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue