chore: add readme
This commit is contained in:
parent
d2748133d5
commit
5a8184351a
3 changed files with 11 additions and 1 deletions
6
lefthook.yml
Normal file
6
lefthook.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pre-commit:
|
||||
parallel: false
|
||||
commands:
|
||||
01_nixfmt:
|
||||
glob: "*.nix"
|
||||
run: nixpkgs-fmt {staged_files} && git add {staged_files}
|
||||
Loading…
Add table
Add a link
Reference in a new issue