build(flake.lock,flake.nix): add git-hooks and dedupe_gitignore
This commit is contained in:
parent
295f5daba9
commit
63609ffa14
3 changed files with 66 additions and 0 deletions
5
modules/flake-parts/git-hooks.nix
Normal file
5
modules/flake-parts/git-hooks.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
# TODO: add to readme
|
||||
imports = [ inputs.git-hooks.flakeModule ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue