mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(ci): flake update
This commit is contained in:
parent
83d9ae0057
commit
f393309849
4 changed files with 28 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue