Skip to content

Commit

Permalink
build(nix): added pre-commit to dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Nov 12, 2024
1 parent fa5d3fe commit 2aa784e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@
hlint = {};
haskell-language-server = {};
};
shell.buildInputs = with pkgs; [
pre-commit
];
compiler-nix-name = "ghc966";
};
})
];
];
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
flake = pkgs.hapistrano.flake { };
in rec {
Expand Down

0 comments on commit 2aa784e

Please sign in to comment.