We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27223eb + f162053 commit c1c9858Copy full SHA for c1c9858
flake.nix
@@ -61,6 +61,8 @@
61
pkgs.haskellPackages.cabal-install
62
# Dependencies needed to build some parts of Hackage
63
gmp zlib ncurses
64
+ # for compatibility of curl with provided gcc
65
+ curl
66
# Changelog tooling
67
(gen-hls-changelogs pkgs.haskellPackages)
68
# For the documentation
0 commit comments