Add ability to build nix derivations

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-11 11:43:24 +01:00
parent 85c6a8f169
commit 8005aeccd9
8 changed files with 296 additions and 97 deletions

View file

@ -1,6 +1,6 @@
[workspace]
members = ["nix-json", "nixie-build"]
members = ["nix-json", "nixie-build", "nixie-cli"]
resolver = "3"
@ -21,9 +21,12 @@ petgraph = "0.8"
tokio = { features = ["full"], version = "1.48" }
futures = "0.3"
datatest-stable = "0.3.3"
itertools = "0.14"
anyhow = "1.0.100"
clap = "4.5.54"
nix-json = { version = "0.1.0", path = "./nix-json" }
nixie-build = { version = "0.1.0", path = "./nixie-build" }
[workspace.metadata.crane]
name = "nixie-ci"