Skip to content

Commit

Permalink
Revert "Add comment to raise interest into NixOS/nixpkgs#294923"
Browse files Browse the repository at this point in the history
This reverts commit 60c019a.
  • Loading branch information
viperML committed Apr 18, 2024
1 parent 87ede1a commit 1c6e955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1c6e955

Please sign in to comment.