mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
|
||||
{
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
inputs,
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user