devshell with rust tools#15
Merged
Merged
Conversation
fbd7dfe to
b5bfa27
Compare
Collaborator
arminsabouri
left a comment
There was a problem hiding this comment.
I ran nix develop
Then ran which just and just got a /home/.cargo/bin/just
Is this working as expected? I was expecting it to point some other binary in nix/store
I updated the export to be
devShells.default = mkDevShell toolchains.stable;And got the result I expected
/nix/store/zn7n9xnw5vx6cqf1az8b8p1pfsmrl9vw-just-1.51.0/bin/just
Adds config.treefmt.build.wrapper to the devshell packages, making the treefmt command available in the development environment.
b5bfa27 to
b51b643
Compare
b51b643 to
d354d90
Compare
Collaborator
Author
|
i appear to have screwed that in a conflict resolution fwiw default should be nightly not stable IMO (better lints, etc) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #11