mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
flake: rename pre-commit-hooks to git-hooks
This commit is contained in:
parent
ba293d3640
commit
1b892d0784
3 changed files with 30 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.pre-commit-hooks.flakeModule
|
||||
inputs.git-hooks.flakeModule
|
||||
inputs.treefmt-nix.flakeModule
|
||||
./devshell.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue