diff --git a/src/steps/os/unix.rs b/src/steps/os/unix.rs index 5611f845..3657264b 100644 --- a/src/steps/os/unix.rs +++ b/src/steps/os/unix.rs @@ -66,7 +66,6 @@ pub fn run_nix(ctx: &ExecutionContext) -> Result<()> { #[cfg(target_os = "linux")] { use super::linux::Distribution; - use log::debug; if let Ok(Distribution::NixOS) = Distribution::detect() { debug!("Nix on NixOS must be upgraded via 'nixos-rebuild switch', skipping.");