diff --git a/formatter.nix b/formatter.nix index 1b6b9d2..4f67289 100644 --- a/formatter.nix +++ b/formatter.nix @@ -17,6 +17,7 @@ inputs.treefmt-nix.lib.mkWrapper pkgs { settings = { global.excludes = [ "LICENSE" + "*.narHash" # unsupported extensions "*.{gif,png,svg,tape,mts,lock,mod,sum,toml,env,envrc,gitignore}" ];