Configure git-hooks-nix
This commit is contained in:
parent
6d65e70fe3
commit
6c3ab477e0
6 changed files with 112 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue