mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
some actual alerts and telegram client
This commit is contained in:
parent
f158bc3778
commit
ffdd0429b3
10 changed files with 314 additions and 33 deletions
|
|
@ -59,6 +59,12 @@
|
|||
# Implement build fixups here.
|
||||
# Note that uv2nix is _not_ using Nixpkgs buildPythonPackage.
|
||||
# It's using https://pyproject-nix.github.io/pyproject.nix/build.html
|
||||
|
||||
pyaes = _prev.pyaes.overrideAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs or [ ] ++ [ _prev.setuptools ];
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
# This example is only using x86_64-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue