Skip to content

Commit

Permalink
Fix git hooks input
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jul 12, 2024
1 parent 9f83c53 commit 688bb46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@
};

pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};

Expand Down

0 comments on commit 688bb46

Please sign in to comment.