This repository was archived by the owner on Jun 19, 2026. It is now read-only.
add: more complete shell.nix - #2614
Open
Ben-PH wants to merge 1 commit into
Open
Conversation
hannobraun
suggested changes
Apr 2, 2026
hannobraun
left a comment
Owner
There was a problem hiding this comment.
Thank you for this pull request!
I think this makes sense, as it makes the repository more accessible for other Nix users, while the previous version was only written to plug the holes in my personal setup.
The RUST_HOME/CARGO_HOME part doesn't work though. I'm not so sure it makes sense on principle, as every project that is set up like this will duplicate the same files instead of sharing them. If we wanted to do it like that, these directories would need to go into .gitignore though.
Disclaimer: changes made under the output of an LLM
Thank you, I appreciate the heads-up. Since this is a small and understandable change, I'll accept it.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Disclaimer: changes made under the output of an LLM
Evidently my sysconfig is missing some things. compiling, i got this error:
The fix was to add rustup to packages (including the local dir use)
I then had this error:
Which was fixed with the xorg additions to libpath