feat: add zha patch to discard unknown values

This commit is contained in:
oddlama 2025-04-14 21:54:58 +02:00
parent a5f3c92a30
commit 30a815f53c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 81 additions and 6 deletions

View file

@ -12,12 +12,13 @@ _inputs: [
wrapProgram $out/bin/nvim --add-flags "--clean"
'';
});
#pythonPackagesExtensions =
# prev.pythonPackagesExtensions
# ++ [
# (_pythonFinal: pythonPrev: {
# })
# ];
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(_pythonFinal: pythonPrev: {
zha = pythonPrev.zha.overrideAttrs {
patches = [ ./0000-zha-none-value.patch ];
};
})
];
mdns-repeater = prev.callPackage ./mdns-repeater.nix { };