mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
cleanNix: statix: remove false verbose flag
This commit is contained in:
@@ -31,7 +31,7 @@ pkgs.writeShellApplication {
|
||||
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
|
||||
statix fix "$FLAKE_DIR" # check other linting issues
|
||||
echo "--------------------------------------------------------------"
|
||||
echo "alejandra formats your Nix code consistently according to a strict, opinionated style."
|
||||
alejandra -v "$FLAKE_DIR" # formats the config
|
||||
|
||||
Reference in New Issue
Block a user