1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-29 22:20:56 +01:00
parent 1f43ea8730
commit 5a0a85aed9
No known key found for this signature in database
11 changed files with 766 additions and 19 deletions

14
devenv.nix Normal file
View file

@ -0,0 +1,14 @@
{
pre-commit.hooks = {
# Nix
alejandra.enable = true;
deadnix.enable = true;
statix.enable = true;
# Flakes
flake-checker.enable = true;
# Shell
shellcheck.enable = true;
};
}