nixGL is a wrapper designed to allow OpenGL and Vulkan programs installed from Nix to run on non-NixOS systems, where the relevant libraries would be mismatched.
Doing this requires reimplementing comma functionality, to add relevant graphics libraries to the nix flakes call. One could also envision a smart wrapper around all binaries on the Nix profile.
nixGL
is a wrapper designed to allow OpenGL and Vulkan programs installed from Nix to run on non-NixOS systems, where the relevant libraries would be mismatched.Doing this requires reimplementing
comma
functionality, to add relevant graphics libraries to thenix flakes
call. One could also envision a smart wrapper around all binaries on the Nix profile.