Create a devshell for nix user#323
Merged
budak7273 merged 1 commit intoNov 17, 2025
Merged
Conversation
Vilsol
requested changes
Oct 7, 2025
Contributor
Author
|
should i pin the current head, or should i try to search for the one before the #322 breakage? /gen |
4616c51 to
a322253
Compare
Member
|
Just find one that is close enough |
Vilsol
previously approved these changes
Oct 8, 2025
Contributor
Author
|
The workflows seem to not have started automatically, could you start them for me to be able to merge this? |
Member
|
it will probably fail because of #321 |
a322253 to
deda420
Compare
NixOS/nix allow one to create a dev shell which automatically loads in all dependencies when entering the projects directory This commit adds such a shell
deda420 to
53b2b95
Compare
Member
|
Assuming the changes in the force push are fine, I think this is ready to merge once we confirm a couple other things on the SMM side |
Contributor
Author
The changes were mostly just copied from the nixpkgs file, and fixes |
budak7273
approved these changes
Nov 17, 2025
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.
NixOS/nix allow one to create a dev shell which automatically loads in all dependencies when entering the projects directory This commit adds such a shell
this also fixes #288