This commit is contained in:
Barrett Ruth 2026-03-03 01:16:57 -05:00
parent 25b821a4fd
commit f871626e0a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 78 additions and 1 deletions

9
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,9 @@
repos:
- repo: local
hooks:
- id: nixfmt
name: nixfmt
entry: nix fmt -- --fail-on-change
language: system
files: \.nix$
pass_filenames: false