Update git-hooks
This commit is contained in:
parent
e42a6ceacf
commit
f27055e57a
2 changed files with 84 additions and 84 deletions
|
@ -9,7 +9,7 @@
|
|||
stylix.url = "github:pizzapim/stylix/release-24.05";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
|
||||
pre-commit-hooks = {
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
@ -98,7 +98,7 @@
|
|||
) (import ./machines);
|
||||
|
||||
checks = forAllSystems (system: {
|
||||
pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run {
|
||||
pre-commit-check = inputs.git-hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
treefmt = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue