From 7dc6eb305def9111ef32d110b4c2f9cffaa0542b Mon Sep 17 00:00:00 2001 From: Rahix Date: Mon, 2 Mar 2026 12:28:01 +0100 Subject: [PATCH] Document NixOs deployment --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9bc579..751cf1b 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,6 @@ RUST_LOG=debug cargo run TaskBot is meant to run in CI where it automatically attaches to the issues of the repository it is running from. It should run on a daily schedule. -Documentation on CI integration is TBD. +For NixOS runners, you can check +[`.forgejo/workflows/taskbot.yml`](./.forgejo/workflows/taskbot.yml) and the +associated [`taskbot.nix`](./.forgejo/script/taskbot.nix).