some progress on using nix-compat for nar creation
This commit is contained in:
parent
a17fa92c78
commit
4808671071
4 changed files with 94 additions and 31 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2228,6 +2228,7 @@ dependencies = [
|
|||
"async-compression",
|
||||
"aws-config",
|
||||
"aws-sdk-s3",
|
||||
"bytes",
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
"cxx",
|
||||
|
@ -2241,7 +2242,10 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue