Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jan 13, 2025
1 parent 93aeb37 commit d1158d4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/nixos.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
use chrono::TimeZone;
use color_eyre::eyre::{bail, Context};
use color_eyre::eyre::{eyre, Result};
use std::collections::HashMap;
use std::fs;
use std::path::{Path, PathBuf};

use color_eyre::eyre::{bail, Context};
use color_eyre::eyre::{eyre, Result};
use tracing::{debug, info, warn};

use crate::commands;
use crate::commands::Command;
use crate::generations;

use crate::installable::Installable;
use crate::interface::OsSubcommand::{self};
use crate::interface::{self, OsGenerationsArgs, OsRebuildArgs, OsReplArgs};
Expand Down

0 comments on commit d1158d4

Please sign in to comment.