some actual alerts and telegram client

This commit is contained in:
Alex Tau 2025-04-30 00:16:27 +03:00
parent f158bc3778
commit ffdd0429b3
10 changed files with 314 additions and 33 deletions

View file

@ -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