hass
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
buildHomeAssistantComponent,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
home-assistant,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-3SnYjjQU2qRBcKs40bCpN75Ad3HqMcn/hRj1faSSeHw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with home-assistant.python.pkgs; [
|
||||
dacite
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user