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 cf3a442 commit 1c2a026Copy full SHA for 1c2a026
test/stack-simple/default.nix
@@ -18,5 +18,6 @@ in pkgs.recurseIntoAttrs {
18
};
19
stack-simple-test = packages.stack-simple.checks.stack-simple-test;
20
stack-simple-checks = packages.stack-simple.checks;
21
- stack-simple-shell = packages.shellFor { tools = { cabal = "3.6.2.0"; }; };
+ # Shells for stack project don't work.
22
+ # stack-simple-shell = project.shellFor { tools = { cabal = "3.6.2.0"; }; };
23
}
0 commit comments