Skip to content

Commit 991e800

Browse files
committed
feat(git-hooks): enable nixfmt for improved code formatting
1 parent 239216e commit 991e800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
git-hooks.hooks = {
117117
action-validator.enable = true;
118118
actionlint.enable = true;
119-
alejandra.enable = true;
119+
nixfmt.enable = true;
120120
check-added-large-files.enable = true;
121121
check-builtin-literals.enable = true;
122122
check-case-conflicts.enable = true;

0 commit comments

Comments
 (0)