Add parsing and finding the failed derivation

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-10 12:13:18 +01:00
parent a7986584d5
commit 85c6a8f169
9 changed files with 985 additions and 76 deletions

View file

@ -16,8 +16,14 @@ thiserror = "2"
displaydoc = "0.2"
serde_json = "1"
serde = { features = ["derive"], version = "1" }
serde_repr = "0.1"
petgraph = "0.8"
tokio = { features = ["full"], version = "1.48" }
futures = "0.3"
datatest-stable = "0.3.3"
nix-json = { version = "0.1.0", path = "./nix-json" }
[workspace.metadata.crane]
name = "nixie-ci"