mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
cleanNix: deadnix: remove false verbose flag
This commit is contained in:
@@ -28,7 +28,7 @@ pkgs.writeShellApplication {
|
|||||||
|
|
||||||
# the echos are to separate what each one is doing. Just for curiosity
|
# 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"
|
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 "--------------------------------------------------------------"
|
||||||
echo "statix lints your Nix code to find stylistic issues, bad patterns, and potential mistakes."
|
echo "statix lints your Nix code to find stylistic issues, bad patterns, and potential mistakes."
|
||||||
statix fix "$FLAKE_DIR" --verbose # check other linting issues
|
statix fix "$FLAKE_DIR" --verbose # check other linting issues
|
||||||
|
|||||||
Reference in New Issue
Block a user