added gitignore for result for nix

tried to build the nix
fixed it as well
This commit is contained in:
2026-07-13 17:50:50 -05:00
parent c64ed1be4e
commit 249a953d3c
6 changed files with 39 additions and 26 deletions
+1 -2
View File
@@ -4,9 +4,8 @@ use clap::Parser;
use clap::crate_version;
use cli::Cli;
use colored::*;
use git_version::git_version;
const GIT_VERSION: &str = git_version!();
const GIT_VERSION: &str = env!("GIT_VERSION");
fn main() {
let cli = Cli::parse();