chore(ci): flake update

This commit is contained in:
arcnmx 2024-05-08 11:13:23 -07:00
parent 83d9ae0057
commit f393309849
4 changed files with 28 additions and 20 deletions

View file

@ -190,6 +190,9 @@ 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