feat: enable pre-commit checks

This commit is contained in:
Michael Mandl 2024-07-10 13:40:41 +02:00
parent c2afb2c5d1
commit a13a15cbd9
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
12 changed files with 110 additions and 26 deletions

8
.envrc Normal file
View file

@ -0,0 +1,8 @@
use flake .nix
if on_git_branch; then
echo
git status --short --branch
echo
git fetch
fi