From e55568d1c699957c0cb34adc21bcc6f4f2479d96 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sat, 7 May 2022 12:21:28 +0200 Subject: [PATCH] =?UTF-8?q?rdfind=20cass=C3=A9=20dans=20les=20paquets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/terminal/adminsys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/terminal/adminsys.nix b/applications/terminal/adminsys.nix index e48ec3f..f2a120b 100644 --- a/applications/terminal/adminsys.nix +++ b/applications/terminal/adminsys.nix @@ -53,6 +53,6 @@ mkIf true { inotify-tools # être notifié lorsque le contenu d'un répertoire change detox # The detox utility renames files to make them easier to work with. duff # outil de recherche de fichiers en doublons - rdfind # recherche de fichiers doublons pour remplacement par hard/soft link + #rdfind # recherche de fichiers doublons pour remplacement par hard/soft link ]; }