flake update

This commit is contained in:
arcnmx 2023-04-10 09:40:44 -07:00
parent 84a0951e66
commit cf0dbe4481
2 changed files with 39 additions and 35 deletions

View file

@ -185,20 +185,6 @@ in {
zone = {};
sensor = {};
};
package = pkgs.home-assistant.override {
packageOverrides = self: super: {
pysnmplib = if lib.versionAtLeast self.brother.version "2.3.0"
then lib.warn "outdated pysnmplib override can be deleted" super.pysnmplib
else super.pysnmplib.overrideAttrs (old: rec {
version = "5.0.20";
src = pkgs.fetchFromGitHub {
inherit (old.src) owner repo;
rev = "v${version}";
hash = "sha256-SrtOn9zETtobT6nMVHLi6hP7VZGBvXvFzoThTi3ITag=";
};
});
};
};
extraPackages = python3Packages: with python3Packages; [
psycopg2
aiohomekit