From 3801c874f143c238d83db7123aa24580cc81490f Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Mon, 4 Nov 2024 09:57:30 +0000 Subject: [PATCH] chore: ignore *.narHash when formatting --- formatter.nix | 1 + 1 file changed, 1 insertion(+) 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}" ];