feat: initial nix-daemon implementation

This commit is contained in:
2026-01-17 19:27:59 +08:00
parent 52bf46407a
commit 2ad662c765
28 changed files with 1625 additions and 463 deletions

View File

@@ -1,10 +1,10 @@
[no-exit-message]
@repl:
cargo run --bin repl
RUST_LOG=none,nix_js=debug cargo run --bin repl
[no-exit-message]
@eval expr:
cargo run --bin eval -- '{{expr}}'
RUST_LOG=none,nix_js=debug cargo run --bin eval -- '{{expr}}'
[no-exit-message]
@replr: