Orca Slicer on NixOS 23.11 from unstable fails with Segmentation fault

Hello I run NixOS 23.11 but I would like to try our orca slicer that comes from the unstable channel. I installed it in my system but I get this error when I start the program. I own a Lenovo Thinkpad x1 Carbon

DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
failed to bind extensions
failed to bind extensions
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
failed to bind extensions
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
failed to bind extensions
failed to bind extensions
failed to bind extensions
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
failed to bind extensions
failed to bind extensions
Failed to create GBM device for render device: /dev/dri/renderD128: Illegal seek
Failed to create GBM device for render device: /dev/dri/renderD128: Illegal seek
DRI driver not from this Mesa build ('23.1.9' vs '24.0.3')
failed to bind extensions
Failed to create GBM device for render device: /dev/dri/renderD128: Illegal seek

(orca-slicer:203462): Gtk-CRITICAL **: 15:17:09.211: gtk_widget_set_size_request: assertion 'width >= -1' failed
Segmentation fault (core dumped)

Well… I figured it out finally

  system.replaceRuntimeDependencies = [
    ({ original = pkgs.mesa; replacement = unstable.mesa; })
    ({ original = pkgs.mesa.drivers; replacement = unstable.mesa.drivers; })
  ];