24.11 broke opengl for me

I didn’t package blender I just added it to my my packages list in my configuration.nix
by didn’t have any effect I meant that I still get the same error back

$ steam-run ./blender
./blender: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory

That won’t work, as I mentioned, you have to package the binary if you want it to work on NixOS. @rnhmjoj linked some instructions above.

1 Like

You can also use blender-bin, which allows you to install multiple blender versions with CUDA support.

2 Likes