crates/evaluator: eval loop with git polling and nix-eval-jobs integration

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I291a411b1b06cf821e09f3d5a61403196a6a6964
This commit is contained in:
raf 2026-02-01 15:12:57 +03:00
commit 3fd40b7e07
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
8 changed files with 877 additions and 6 deletions

View file

@ -0,0 +1,3 @@
pub mod eval_loop;
pub mod git;
pub mod nix;