From 33c4fb6314fc2c0c73425fefa7d2ae7098e9aa1e Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 29 Jan 2024 10:25:12 +0100 Subject: [PATCH] flake: On second thought, disable statix alltogether It's not providing enough value for the annoyances it causes. Like not accepting multiple filenames. --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index d05e1d2..6e742e5 100644 --- a/flake.nix +++ b/flake.nix @@ -202,17 +202,13 @@ }; - perSystem = { inputs', pkgs, config, lib, ... }: { + perSystem = { inputs', pkgs, config, ... }: { pre-commit = { settings = { hooks = { nixpkgs-fmt.enable = true; deadnix.enable = true; - statix = { - enable = true; - pass_filenames = lib.mkForce true; - }; black.enable = true; shellcheck = { enable = true;