Skip to content

Commit

Permalink
flake.nix: make git-hooks nixpkgs instance follow
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 20, 2024
1 parent e825a7c commit b9319b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
28 changes: 7 additions & 21 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

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

Expand Down

0 comments on commit b9319b2

Please sign in to comment.