nixbot

builds
1treefmt v2.5.0traversed 102 files2emitted 84 files for processing3formatted 84 files (1 changed) in 417ms4 M crates/tribuchet/src/worker/sandbox/linux.rs5diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs6index 5b50848..5eb14f6 1006447--- a/crates/tribuchet/src/worker/sandbox/linux.rs8+++ b/crates/tribuchet/src/worker/sandbox/linux.rs9@@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> {10 .map_err(ioerr("detaching scratch store"))?;11 mount("tmpfs", root, "tmpfs", MountFlags::empty(), None)12 .map_err(ioerr("mounting tmpfs root"))?;13- write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;14+ write_skeleton(p.spec)15+ .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;16 move_mount(17 store.as_fd(),18 "",