Skip to content

Commit 3801c87

Browse files
brianmcgeemergify[bot]
authored andcommitted
chore: ignore *.narHash when formatting
1 parent f8f52fb commit 3801c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

formatter.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ inputs.treefmt-nix.lib.mkWrapper pkgs {
1717
settings = {
1818
global.excludes = [
1919
"LICENSE"
20+
"*.narHash"
2021
# unsupported extensions
2122
"*.{gif,png,svg,tape,mts,lock,mod,sum,toml,env,envrc,gitignore}"
2223
];

0 commit comments

Comments
 (0)