cleanNix: deadnix: remove false verbose flag

This commit is contained in:
2026-05-18 19:26:45 +02:00
parent 010556a428
commit afac391c9a
+1 -1
View File
@@ -28,7 +28,7 @@ pkgs.writeShellApplication {
# the echos are to separate what each one is doing. Just for curiosity
echo "deadnix scans your Nix code and removes or reports unused (dead) variables and bindings"
deadnix -vv --edit "$FLAKE_DIR" # removes unused code
deadnix --edit "$FLAKE_DIR" # removes unused code
echo "--------------------------------------------------------------"
echo "statix lints your Nix code to find stylistic issues, bad patterns, and potential mistakes."
statix fix "$FLAKE_DIR" --verbose # check other linting issues