mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(grocy): pygrocy dep
This commit is contained in:
parent
be888dab2e
commit
0b78e09ed4
3 changed files with 7 additions and 2 deletions
|
|
@ -57,6 +57,8 @@
|
|||
systemd2mqtt
|
||||
;
|
||||
|
||||
pygrocy = pkgs.python3Packages.callPackage ./grocy/pygrocy.nix { };
|
||||
|
||||
nf-setup-node = let
|
||||
reisen = ../systems/reisen;
|
||||
inherit (inputs.self.lib.lib) userIs;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
backports-zoneinfo,
|
||||
deprecation,
|
||||
pydantic,
|
||||
pydantic_1 ? pydantic, pydantic ? null,
|
||||
requests,
|
||||
responses,
|
||||
pre-commit,
|
||||
|
|
@ -40,7 +40,7 @@ in
|
|||
[
|
||||
requests
|
||||
deprecation
|
||||
pydantic
|
||||
pydantic_1
|
||||
]
|
||||
++ optional (pythonOlder "3.9") backports-zoneinfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue