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:
Florian Klink 2023-01-31 15:08:25 +01:00 committed by flokli
parent 1e28cc7ede
commit a23b7e17c0
8 changed files with 3 additions and 15 deletions

View file

@ -1,3 +1,4 @@
pub mod derivation;
pub mod nar;
pub mod nixbase32;
pub mod store_path;