feat(git): add .gitignore and pre-commit config to gitignore
This commit is contained in:
parent
ffa769c01e
commit
ea408abfce
3 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.git-hooks.flakeModule ];
|
||||
text.gitignore = ".pre-commit-config.*";
|
||||
perSystem = psArgs: {
|
||||
pre-commit.settings.hooks = {
|
||||
# Nix Linters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue