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
|
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" # check other linting issues
|
||||||
echo "--------------------------------------------------------------"
|
echo "--------------------------------------------------------------"
|
||||||
echo "alejandra formats your Nix code consistently according to a strict, opinionated style."
|
echo "alejandra formats your Nix code consistently according to a strict, opinionated style."
|
||||||
alejandra -v "$FLAKE_DIR" # formats the config
|
alejandra -v "$FLAKE_DIR" # formats the config
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
|
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user