feat: initial derivation implementation

This commit is contained in:
2026-01-10 22:52:10 +08:00
parent e33770c1bf
commit 95088103c8
10 changed files with 1436 additions and 5 deletions

View File

@@ -25,6 +25,9 @@ regex = "1.11"
deno_core = "0.376"
deno_error = "0.7"
sha2 = "0.10"
hex = "0.4"
rnix = "0.12"
nix-js-macros = { path = "../nix-js-macros" }