Configure git-hooks-nix

This commit is contained in:
Oliver Davies 2025-06-22 23:17:37 +01:00
parent 6d65e70fe3
commit 6c3ab477e0
6 changed files with 112 additions and 1 deletions

View file

@ -1,7 +1,12 @@
{
inputs = {
devshell.url = "github:numtide/devshell";
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
git-hooks-nix.url = "github:cachix/git-hooks.nix";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
@ -12,6 +17,7 @@
imports = [
./nix/modules/dev-shell.nix
./nix/modules/git-hooks.nix
];
perSystem =