Skip to content

Commit

Permalink
chore(flake.lock): Add pre-commit-hooks input
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov committed Dec 20, 2024
1 parent 2336e10 commit c77b04e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
49 changes: 49 additions & 0 deletions flake.lock

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

9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@
flake-parts.follows = "flake-parts";
};
};

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

outputs =
Expand Down

0 comments on commit c77b04e

Please sign in to comment.