diff --git a/flake.nix b/flake.nix index 0f67ff4..ad45a6c 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ statix.enable = true; typos = { enable = true; - excludes = [ "secrets\\.yaml" ]; + excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ]; }; yamllint = { enable = true;