chore: add readme

This commit is contained in:
Philipp Hochkamp 2022-04-12 01:45:48 +02:00
parent d2748133d5
commit 5a8184351a
3 changed files with 11 additions and 1 deletions

6
lefthook.yml Normal file
View file

@ -0,0 +1,6 @@
pre-commit:
parallel: false
commands:
01_nixfmt:
glob: "*.nix"
run: nixpkgs-fmt {staged_files} && git add {staged_files}