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.
1 parent fd7b85d commit e94f30cCopy full SHA for e94f30c
build.nix
@@ -25,6 +25,7 @@ in rec {
25
tools = pkgs.lib.optionalAttrs (ifdLevel >= 3) (
26
pkgs.recurseIntoAttrs ({
27
cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; };
28
+ stack = tool compiler-nix-name "stack" { version = "2.9.1"; inherit evalPackages; };
29
hlint-latest = tool compiler-nix-name "hlint" {
30
inherit evalPackages;
31
version = {
0 commit comments