nixos-configs/legacyPackages/lovelace-components/default.nix
matt1432 6fd7f5ed48
All checks were successful
Discord / discord commits (push) Has been skipped
feat(hass): update material-symbols
2024-10-22 20:28:11 -04:00

10 lines
199 B
Nix

{
lib,
pkgs,
...
} @ inputs:
lib.makeScope pkgs.newScope (lovelace: let
callPackage = file: lovelace.callPackage file ({} // inputs);
in {
custom-sidebar = callPackage ./custom-sidebar;
})