From 1c6e9558e89f5aaf6f97e704d90f7e30261bdb10 Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Thu, 18 Apr 2024 08:17:40 +0200 Subject: [PATCH] Revert "Add comment to raise interest into https://github.com/NixOS/nixpkgs/pull/294923" This reverts commit 60c019a930e1718f1c5b6638f16dc221bf667d61. --- src/clean.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clean.rs b/src/clean.rs index fb87611..d9d5d5a 100644 --- a/src/clean.rs +++ b/src/clean.rs @@ -51,7 +51,6 @@ impl NHRunnable for interface::CleanMode { if !uid.is_root() { crate::self_elevate(); } - warn!("If you are intersted in automatic nh clean as a NixOS module, please add your comment in the nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/294923"); profiles.extend(profiles_in_dir("/nix/var/nix/profiles")); for read_dir in PathBuf::from("/nix/var/nix/profiles/per-user").read_dir()? { let path = read_dir?.path();