mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
flake update
This commit is contained in:
parent
84a0951e66
commit
cf0dbe4481
2 changed files with 39 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue