add flake checks and formatter, run some formatters

This commit is contained in:
cy 2025-05-11 00:32:41 -04:00
parent ce0e70f95a
commit 112654f448
4 changed files with 41 additions and 19 deletions

View file

@ -1,2 +0,0 @@

View file

@ -3,7 +3,6 @@ use std::path::PathBuf;
use clap::{Args, Parser, Subcommand};
mod bindings;
mod cli;
pub mod make_nar;
pub mod path_info;
pub mod push;