ci: run
This commit is contained in:
parent
25b821a4fd
commit
f871626e0a
6 changed files with 78 additions and 1 deletions
9
.pre-commit-config.yaml
Normal file
9
.pre-commit-config.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue