about summary refs log blame commit diff
path: root/tvix/nix-compat/src/lib.rs
blob: 5a9a3c69fa77d249ab711146eb4e630605444e2a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                     
                   
            
                
                  
                
                  
                   

                        
             




                                    
pub(crate) mod aterm;
pub mod derivation;
pub mod nar;
pub mod narinfo;
pub mod nixbase32;
pub mod nixhash;
pub mod path_info;
pub mod store_path;

#[cfg(feature = "wire")]
pub mod wire;

#[cfg(feature = "wire")]
mod nix_daemon;
#[cfg(feature = "wire")]
pub use nix_daemon::worker_protocol;