Skip to content

Commit 17b32b2

Browse files
committed
feat: Auto-format Nix files using Alejandra
1 parent 095b0d8 commit 17b32b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Please run `pre-commit run --all-files` when adding or changing entries.
33

44
repos:
5+
- repo: https://github.com/kamadorueda/alejandra
6+
rev: bb7f2ad3f176aa8e9e2944a10061f7989c8fef17 # frozen: 1.3.0
7+
hooks:
8+
- id: alejandra
9+
510
- repo: https://github.com/pre-commit/mirrors-prettier
611
rev: 6f3cb139ef36133b6f903b97facc57b07cef57c9 # frozen: v3.0.0-alpha.6
712
hooks:

0 commit comments

Comments
 (0)