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

View file

@ -14,5 +14,9 @@ nix-bindings-util = { path = "../nix-bindings-util" }
nix-bindings-bindgen-raw = { path = "../nix-bindings-bindgen-raw" }
lazy_static = "1.4"
[dev-dependencies]
ctor = "0.2"
tempfile = "3.10"
[build-dependencies]
pkg-config = "0.3"