ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
GitHub
638da252 35e17f4f

+1 -1
+1 -1
wire/lib/src/hive/mod.rs
··· 12 12 use std::path::PathBuf; 13 13 use std::str::FromStr; 14 14 use std::sync::{Arc, Mutex}; 15 - use tracing::{info, instrument, trace}; 15 + use tracing::{info, instrument}; 16 16 17 17 use crate::commands::common::evaluate_hive_attribute; 18 18 use crate::errors::{HiveInitializationError, HiveLocationError};