refactor(tvix/nix-compat): absorb nar writer
Expose it at `nix_compat::nar::writer`. Change-Id: I98a8acfa6277074f24608d64fb6c0082b41d10f5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7969 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
1e28cc7ede
commit
a23b7e17c0
8 changed files with 3 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
pub mod derivation;
|
||||
pub mod nar;
|
||||
pub mod nixbase32;
|
||||
pub mod store_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue