-
Notifications
You must be signed in to change notification settings - Fork 12
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
Blender segfaults at startup #1
Comments
nixGL |
Thanks, I thought nixGL was not useful for users running NixOs. I tried to do that, but for some reasons it does not work:
I guess I've done something stupid, maybe nixGL does not work with nix run directly, or I need to do something special to ensure versions matches? I tried to read the documentation but it's not obvious to me. |
Ok, so the solution was to read the value of nixpkgs inside the blender expression and ask nixGL to use it:
Looks quite complicated as it means that I need to know the nixpkgs version used by my softwares, and in some cases (for instance for tools built without nix or for which I lost the derivation), I'm not even sure which nixpkgs version I should use. I'm not sure why, but other distributions does not run in such hassle, I can run basically any software I like. It would be great if NixOs had ways to avoid such issues... |
First, thanks for this up to date repository. Unfortunately, I can't make it work:
Any idea what I may be missing?
The text was updated successfully, but these errors were encountered: