commit acbc8b48c54a858cb1498d6981a94e16448ff3dc
parent b842e9cf20c27e0fd961fae99c826de826cbfb80
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 5 Aug 2025 15:06:10 +0100
Maybe try to delete source files if they exist
You might need to re-run the script, oh well
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/duupmove.nix b/scripts/duupmove.nix
@@ -27,7 +27,7 @@
fi
done
- jdupes "$target_dir" "." -d
+ jdupes "." "$target_dir" -dN
'';
in {
environment.systemPackages = [duupmove];