Files
nix_builder/src/command/build/mod.rs

4 lines
47 B
Rust
Raw Normal View History

mod runner;
pub(crate) use runner::run_build;