This commit is contained in:
mjallen18
2025-11-21 11:28:17 -06:00
parent 9cadcf2eed
commit d49a2744d2
5 changed files with 18 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ buildHomeAssistantComponent rec {
propagatedBuildInputs = [
pkgs.${namespace}.python-nanokvm
];
postPatch = ''
substituteInPlace custom_components/nanokvm/manifest.json \
--replace-fail '"nanokvm>=0.0.4"' '"nanokvm"'