Add ability to build nix derivations
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
85c6a8f169
commit
8005aeccd9
8 changed files with 296 additions and 97 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue