forked from mirrors_public/oddlama_nix-config
feat: add zha patch to discard unknown values
This commit is contained in:
parent
a5f3c92a30
commit
30a815f53c
2 changed files with 81 additions and 6 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue