We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Running nix run github:numtide/treefmt pulls about 5GB of dependencies. It seems like the linters are somehow downloaded even when they are not used.
nix run github:numtide/treefmt
Describe the solution you'd like
The default app should be lightweight and downloading the linters tools should be optional.
The text was updated successfully, but these errors were encountered:
nix: move ci dependencies to the devShell
4dfda7d
Fixes numtide#160
With #161, running nix run github:numtide/treefmt/4dfda7d263b752527351dd6459aee7600fe63b4f now only pulls the rust toolchain, which is about 1.6GB.
nix run github:numtide/treefmt/4dfda7d263b752527351dd6459aee7600fe63b4f
Sorry, something went wrong.
47bd12a
nix: move ci dependencies to the devShell (#161)
be1d854
Fixes #160
nix: move ci dependencies to the devShell (numtide#161)
b781479
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Running
nix run github:numtide/treefmt
pulls about 5GB of dependencies.It seems like the linters are somehow downloaded even when they are not used.
Describe the solution you'd like
The default app should be lightweight and downloading the linters tools should be optional.
The text was updated successfully, but these errors were encountered: