fc-server: add keep flag toggle and nixexprs.tar.xz channel endpoint

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3411f76548f8061e835631a7928f899d6a6a6964
This commit is contained in:
raf 2026-02-18 11:29:55 +03:00
commit 5410fdc044
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 203 additions and 2 deletions

View file

@ -26,6 +26,7 @@ serde_json.workspace = true
sha2.workspace = true
sqlx.workspace = true
subtle.workspace = true
tar.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-util.workspace = true
@ -34,6 +35,7 @@ tower-http.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
xz2.workspace = true
# Our crates
fc-common.workspace = true