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

2
src/nix_util/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
mod high_level;
pub(crate) use high_level::*;