fix: drvDeep

This commit is contained in:
2026-02-08 15:35:37 +08:00
parent bd9eb638af
commit a79e20c417
21 changed files with 573 additions and 108 deletions

View File

@@ -6,13 +6,13 @@ build = "build.rs"
[features]
default = ["daemon"]
daemon = ["dep:tokio", "dep:nix-compat"]
daemon = ["dep:tokio"]
[dependencies]
mimalloc = "0.1"
tokio = { version = "1.41", features = ["rt-multi-thread", "sync", "net", "io-util"], optional = true }
nix-compat = { git = "https://git.snix.dev/snix/snix.git", version = "0.1.0", features = ["wire", "async"], optional = true }
nix-compat = { git = "https://git.snix.dev/snix/snix.git", version = "0.1.0", features = ["wire", "async"] }
# REPL
anyhow = "1.0"
@@ -63,6 +63,7 @@ rowan = "0.15"
nix-js-macros = { path = "../nix-js-macros" }
ere = "0.2.4"
num_enum = "0.7.5"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }