-
Notifications
You must be signed in to change notification settings - Fork 89
Create a devshell for nix user #323
New issue
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
Create a devshell for nix user #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please either make this a flake devShell or lock to a specific tarball so the package versions don't drift.
|
should i pin the current head, or should i try to search for the one before the #322 breakage? /gen |
4616c51 to
a322253
Compare
|
Just find one that is close enough |
|
The workflows seem to not have started automatically, could you start them for me to be able to merge this? |
|
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
|
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 |
The changes were mostly just copied from the nixpkgs file, and fixes |
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