feat: nix-fetchers crate
(cherry picked from commit 27d572403ac98d83d652481da6c22ad50bb00168)
This commit is contained in:
parent
7ae38f296f
commit
bbf245ef1a
5 changed files with 73 additions and 2 deletions
14
rust/Cargo.lock
generated
14
rust/Cargo.lock
generated
|
|
@ -323,6 +323,19 @@ dependencies = [
|
|||
"tempfile",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix-fetchers"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cstr",
|
||||
"ctor",
|
||||
"nix-c-raw",
|
||||
"nix-store",
|
||||
"nix-util",
|
||||
"tempfile",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix-flake"
|
||||
version = "0.1.0"
|
||||
|
|
@ -333,6 +346,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"nix-c-raw",
|
||||
"nix-expr",
|
||||
"nix-fetchers",
|
||||
"nix-store",
|
||||
"nix-util",
|
||||
"tempfile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue