|
I found that when I customized {
packages = packagesToOverride;
devShell = {
tools = _: with config.haskellProjects.default.basePackages; {
cabal-install = cabal-install;
ghcid = ghcid;
hlint = hlint;
haskell-language-server = haskell-language-server;
};
};
}I'm not saying it's a bug, but I think we can have a better solution. |
Answered by
srid
Aug 24, 2025
Replies: 1 comment 3 replies
I think that's a good idea. |
3 replies
Answer selected by
bglgwyng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that's a good idea.