Skip to content

Commit

Permalink
Export all nix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Feb 15, 2024
1 parent 6403ded commit 0a6e88e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ use rayon::prelude::*;
use std::sync::mpsc;

use error::Result;
use nix::{DerivationDescription, FoundDrv};

mod nix;
pub use nix::*;

pub mod error;
pub mod nix;

fn process(
collected_paths: &Arc<Mutex<std::collections::HashSet<String>>>,
Expand Down

0 comments on commit 0a6e88e

Please sign in to comment.