chore(ci): flake update

This commit is contained in:
arcnmx 2024-05-11 12:55:05 -07:00
parent 81ae90dd12
commit 0eb9efcd18
2 changed files with 6 additions and 9 deletions

View file

@ -190,9 +190,6 @@ in {
pyasn1prefix = "${python.pkgs.pysnmp-pyasn1}/${python.sitePackages}";
home-assistant = pkgs.home-assistant.override {
packageOverrides = self: super: {
pydantic = let
pydantic2 = self.callPackage (pkgs.path + "/pkgs/development/python-modules/pydantic") { };
in lib.warnIf (lib.versionAtLeast super.pydantic.version "2.0") "home-assistant pydantic override may no longer be needed" pydantic2;
brother = super.brother.overridePythonAttrs (old: {
dontCheckRuntimeDeps =
if old.dontCheckRuntimeDeps or false