forked from mirrors_public/oddlama_nix-config
chore: flake update
This commit is contained in:
parent
ced72fb7bb
commit
9f365bbb9c
9 changed files with 137 additions and 233 deletions
|
@ -12,13 +12,11 @@ _inputs: [
|
|||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
});
|
||||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(_pythonFinal: pythonPrev: {
|
||||
zha = pythonPrev.zha.overrideAttrs {
|
||||
patches = [ ./0000-zha-none-value.patch ];
|
||||
};
|
||||
})
|
||||
];
|
||||
# pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
# (_pythonFinal: pythonPrev: {
|
||||
# xy = pythonPrev.xy.overrideAttrs { };
|
||||
# })
|
||||
# ];
|
||||
|
||||
mdns-repeater = prev.callPackage ./mdns-repeater.nix { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue