This commit is contained in:
2026-03-25 16:02:04 -05:00
parent 18e781d388
commit 981b03b955
7 changed files with 119 additions and 251 deletions

View File

@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-3SnYjjQU2qRBcKs40bCpN75Ad3HqMcn/hRj1faSSeHw=";
};
buildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
dacite
];