Exclude .envrc from pre-commit checks
This commit is contained in:
parent
60d004592a
commit
e2e135718d
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@
|
|||
settings.ignore = [ ".direnv" ];
|
||||
};
|
||||
};
|
||||
excludes = [ ".envrc" ];
|
||||
};
|
||||
};
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue