mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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
|
|
@ -20,6 +20,9 @@ in {
|
||||||
barcodebuddy-scanner
|
barcodebuddy-scanner
|
||||||
barcodebuddy-scanner-python
|
barcodebuddy-scanner-python
|
||||||
];
|
];
|
||||||
|
grocy.inputs = with packages.x86_64-linux; [
|
||||||
|
pygrocy
|
||||||
|
];
|
||||||
samba.inputs = with packages.x86_64-linux; [
|
samba.inputs = with packages.x86_64-linux; [
|
||||||
legacyPackages.x86_64-linux.pkgs.samba
|
legacyPackages.x86_64-linux.pkgs.samba
|
||||||
samba-ldap
|
samba-ldap
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,8 @@
|
||||||
systemd2mqtt
|
systemd2mqtt
|
||||||
;
|
;
|
||||||
|
|
||||||
|
pygrocy = pkgs.python3Packages.callPackage ./grocy/pygrocy.nix { };
|
||||||
|
|
||||||
nf-setup-node = let
|
nf-setup-node = let
|
||||||
reisen = ../systems/reisen;
|
reisen = ../systems/reisen;
|
||||||
inherit (inputs.self.lib.lib) userIs;
|
inherit (inputs.self.lib.lib) userIs;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
backports-zoneinfo,
|
backports-zoneinfo,
|
||||||
deprecation,
|
deprecation,
|
||||||
pydantic,
|
pydantic_1 ? pydantic, pydantic ? null,
|
||||||
requests,
|
requests,
|
||||||
responses,
|
responses,
|
||||||
pre-commit,
|
pre-commit,
|
||||||
|
|
@ -40,7 +40,7 @@ in
|
||||||
[
|
[
|
||||||
requests
|
requests
|
||||||
deprecation
|
deprecation
|
||||||
pydantic
|
pydantic_1
|
||||||
]
|
]
|
||||||
++ optional (pythonOlder "3.9") backports-zoneinfo;
|
++ optional (pythonOlder "3.9") backports-zoneinfo;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue