Skip to content

Commit 1e15f8d

Browse files
committed
build(nix): Fix static checks
1 parent 8b976a8 commit 1e15f8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
schema = ./schema;
7777
})
7878

79+
(final: prev: {
80+
fourmolu = final.haskell-nix.tool "ghc96" "fourmolu" {
81+
version = "latest";
82+
};
83+
84+
hlint = final.haskell-nix.tool "ghc96" "hlint" {
85+
};
86+
})
87+
7988
(final: prev: {
8089
postgresql = prev.postgresql.overrideAttrs (_:
8190
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {

0 commit comments

Comments
 (0)