dev: Add pre-commit-hooks.nix
This commit is contained in:
parent
3fe766e50c
commit
fcf9d5234b
4 changed files with 68 additions and 10 deletions
|
|
@ -5,6 +5,9 @@
|
|||
# Flakes don't give us a good way to depend on .., so we don't.
|
||||
# This has drastic consequences of course.
|
||||
nixpkgs.url = "github:hercules-ci/nixpkgs/functionTo-properly";
|
||||
|
||||
pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/flakeModule";
|
||||
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue