cleanNix: statix: remove false verbose flag

This commit is contained in:
2026-05-18 19:28:30 +02:00
parent 81758277c1
commit 6388edefd6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,5 @@
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
{
pkgs,
pkgs-unstable,
inputs,
...