some progress on using nix-compat for nar creation

This commit is contained in:
cy 2025-04-18 21:23:52 -04:00
parent a17fa92c78
commit 4808671071
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 94 additions and 31 deletions

4
Cargo.lock generated
View file

@ -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",
]