From 4c6d02ba55e4f9081f658939615268110d126884 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 29 Oct 2025 00:39:51 -0600 Subject: [PATCH] using rmlint from nixpkgs --- modules/shell/tools.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/shell/tools.nix b/modules/shell/tools.nix index 1e7dee1..5ffde2e 100644 --- a/modules/shell/tools.nix +++ b/modules/shell/tools.nix @@ -106,8 +106,6 @@ in jq # json parser yq # yaml parser smartmontools # check hard drie health - ; - inherit (inputs.jawz-scripts.packages.x86_64-linux) rmlint # amazing dupe finder that integrates well with BTRFS ; };