From cfbce1ab1ec5b8efffca0faba81b4c595fb2c4ae Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 13 Nov 2023 20:22:32 +0100 Subject: [PATCH] profile/clean: deprecate findimagedupes --- profiles/clean/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/clean/default.nix b/profiles/clean/default.nix index 4041c50..5d05f00 100644 --- a/profiles/clean/default.nix +++ b/profiles/clean/default.nix @@ -11,7 +11,6 @@ in environment.systemPackages = with pkgs; [ baobab dupeguru - findimagedupes jdupes kondo ];