Run nix build.

This commit is contained in:
Tom Alexander
2026-02-14 19:20:52 -05:00
parent 7ec243e3e4
commit 47e6a32ba3
7 changed files with 130 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ mod error;
mod fs_util;
mod git_util;
mod init_tracing;
mod nix_util;
fn main() -> Result<ExitCode, CustomError> {
let rt = tokio::runtime::Runtime::new()?;