test nix_state_create's lookupPath argument

(cherry picked from commit 6e5a259f60725b632e52d4839e6e3c285d6971d4)
This commit is contained in:
Philipp Zander 2024-05-13 19:29:48 +02:00 committed by Robert Hensing
parent d817e86c59
commit 9a62664fb1
3 changed files with 53 additions and 1 deletions

View file

@ -11,4 +11,5 @@ nix-store = { path = "../nix-store" }
nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0"
ctor = "0.2.7"
ctor = "0.2.7"
tempfile = "3.10.1"