Fix dirigera override
This commit is contained in:
parent
61f6914734
commit
bde70d0c7b
|
@ -32,7 +32,7 @@
|
||||||
in
|
in
|
||||||
(with pkgs.home-assistant-custom-components; [
|
(with pkgs.home-assistant-custom-components; [
|
||||||
(dirigera_platform.override {
|
(dirigera_platform.override {
|
||||||
dirigera = (hassPython.pkgs.dirigera.overrideAttrs (final: prev: { doCheck = false; }));
|
dirigera = (pkgs.python312.pkgs.dirigera.overrideAttrs (final: prev: { doCheck = false; }));
|
||||||
})
|
})
|
||||||
])
|
])
|
||||||
++ [ (hassPython.pkgs.callPackage ./customComponents/tapo_control.nix { }) ];
|
++ [ (hassPython.pkgs.callPackage ./customComponents/tapo_control.nix { }) ];
|
||||||
|
|
Loading…
Reference in a new issue