We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkForce
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, I have to settings.tools.fourmolu = lib.mkForce config.haskellProjects.default.outputs.finalPackages.fourmolu_0_13_1_0;
settings.tools.fourmolu = lib.mkForce config.haskellProjects.default.outputs.finalPackages.fourmolu_0_13_1_0;
I would rather not use mkForce here, it would be nice if the toolset was defined with mkDefault in order to do so.
mkDefault
The text was updated successfully, but these errors were encountered:
This is a good candidate for #196
Sorry, something went wrong.
@MangoIV, you can now override individual packages without going through tools:
{ hooks.fourmolu.package = config.haskellProjects.default.outputs.finalPackages.fourmolu_0_13_1_0; }
No branches or pull requests
Currently, I have to
settings.tools.fourmolu = lib.mkForce config.haskellProjects.default.outputs.finalPackages.fourmolu_0_13_1_0;
I would rather not use
mkForce
here, it would be nice if the toolset was defined withmkDefault
in order to do so.The text was updated successfully, but these errors were encountered: