Skip to content

Commit 39df624

Browse files
committed
Nix Flake: Remove hlint
`hlint` should not be necessary. However, this is an opinion up for debate: We do not really need the `hlint` executable because it is integrated in HLS. However, `hlint` is used by a GitHub Action, which we may want to replicate locally. Also, the `fmt.sh` script is downloading an (unknown) `hlint` version which will not work on NixOS anyways. In my opinion, if `fmt.sh` is still used (I can not find any usages) we should fix the script so it is reproducible.
1 parent a1b5c43 commit 39df624

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
(gen-hls-changelogs pkgs.haskellPackages)
6464
# For the documentation
6565
pythonWithPackages
66-
# @guibou: I'm not sure this is needed.
67-
hlint
6866
(pkgs.haskell.lib.justStaticExecutables (pkgs.haskell.lib.dontCheck pkgs.haskellPackages.opentelemetry-extra))
6967
capstone
7068
stylish-haskell

0 commit comments

Comments
 (0)