build(flake.lock,flake.nix): add git-hooks and dedupe_gitignore

This commit is contained in:
Mohammad Rafiq 2025-07-03 02:14:34 +08:00
parent faab828f69
commit 1538745551
No known key found for this signature in database
3 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ inputs, ... }:
{
# TODO: add to readme
imports = [ inputs.git-hooks.flakeModule ];
}