Skip to content

Commit

Permalink
pre-commit-hook: use pinned stylish-haskell
Browse files Browse the repository at this point in the history
(#
  • Loading branch information
gilligan committed Oct 26, 2020
1 parent 958077a commit 2c16222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell.nix
Expand Up @@ -9,6 +9,9 @@ let
# Configure project pre-commit hooks
pre-commit-check = pkgs.nix-pre-commit-hooks.run {
src = ./.;
tools = {
stylish-haskell = dev.packages.stylish-haskell;
};
hooks = {
stylish-haskell.enable = true;
};
Expand Down

0 comments on commit 2c16222

Please sign in to comment.