pkgs: fix grafanaDashboards access in flake
The `packages` output from the flake needs flake-utils' `flattenTree` to be valid (because it doesn't support nested sets), but that only works if I use `recurseIntoAttrs`.
This commit is contained in:
parent
cc825d1e53
commit
c7c87fcdb4
2 changed files with 3 additions and 3 deletions
|
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
sddm-sugar-candy = pkgs.callPackage ./sddm-sugar-candy {};
|
||||
kaleidoscope-udev-rules = pkgs.callPackage ./kaleidoscope-udev-rules {};
|
||||
grafana-dashboards = pkgs.callPackage ./grafana-dashboards {};
|
||||
grafanaDashboards = pkgs.recurseIntoAttrs (pkgs.callPackage ./grafana-dashboards {});
|
||||
spot = pkgs.callPackage ./spot {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue