Is there any way to find out how much data can be cleared by executing 'nix-collect-garbage -d' without actually executing it?
Is there any way to find out how much data can be cleared by executing 'nix-collect-garbage -d' without actually executing it?
'nix-store --gc --print-dead' does that already and 'nix-collect-garbage --dry-run' prints only the number of paths that will be deleted and does not display the correct size of it either. I had tried it and it won't work here.