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

13
nixie-cli/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "nixie-cli"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
[dependencies]
clap = { workspace = true, features = ["derive"] }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["full"] }
nixie-build.workspace = true