feat: Add create nix-store
(cherry picked from commit b9150e82be712b2cd82d689f0f26c2a133564701)
This commit is contained in:
parent
57bb9b9d92
commit
270ccaaa57
5 changed files with 153 additions and 0 deletions
10
rust/Cargo.lock
generated
10
rust/Cargo.lock
generated
|
|
@ -172,6 +172,16 @@ dependencies = [
|
|||
"pkg-config",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix-store"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"lazy_static",
|
||||
"nix-c-raw",
|
||||
"nix-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix-util"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue