feat: Store::realise, Store::add_derivation, Store::derivation_from_json

This commit is contained in:
Robert Hensing 2025-10-16 00:40:52 +02:00
parent 2d210260f9
commit da869e998c
5 changed files with 486 additions and 1 deletions

2
rust/Cargo.lock generated
View file

@ -264,10 +264,12 @@ name = "nix-bindings-store"
version = "0.1.0"
dependencies = [
"anyhow",
"ctor",
"lazy_static",
"nix-bindings-bindgen-raw",
"nix-bindings-util",
"pkg-config",
"tempfile",
]
[[package]]