sunken-ship: drop python-telegram-bot from fitness-bot pythonEnvs
bot.py was deleted upstream — neither prod nor shipyard launches a polling bot anymore. server.py only needs python-dotenv + aiohttp. Also refresh the prod section's comment + service description to reflect the Mini-App-only architecture. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3dcbdd408a
commit
cda9c4cf0f
4 changed files with 75 additions and 21 deletions
|
|
@ -1,9 +1,13 @@
|
|||
{ inputs, self, ... }: {
|
||||
# Custom minimal installer ISO (build with: nix build .#installer-iso).
|
||||
# Optional: add ./installer-wifi.nix (gitignored) to modules for live WiFi.
|
||||
# nixos/installer-wifi.nix (gitignored) is auto-included when present, to
|
||||
# preconfigure live-system WiFi. See docs/server-installer-usb.md.
|
||||
flake.nixosConfigurations.installer-iso = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ../nixos/installer-iso.nix ];
|
||||
modules = [ ../nixos/installer-iso.nix ]
|
||||
++ inputs.nixpkgs.lib.optional
|
||||
(builtins.pathExists ../nixos/installer-wifi.nix)
|
||||
../nixos/installer-wifi.nix;
|
||||
};
|
||||
|
||||
flake.packages.x86_64-linux.installer-iso =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue