nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

A wrapper tool for nix OpenGL application [maintainer=@guibou]

Results 65 nixGL issues
Sort by recently updated
recently updated
newest added

Non-NVIDIA wrappers build just fine, it's just the NVIDIA wrappers that throw the following error. ![image](https://github.com/nix-community/nixGL/assets/45424904/8bfdd68c-9fcf-48f9-8d50-465a4b74656e) The problem seems to be in the following section. ![image](https://github.com/nix-community/nixGL/assets/45424904/a5270bf3-1fd1-4a15-be99-590b4a0d003c) Also, a NixOS module...

Non-NVIDIA wrappers build just fine, it's just the NVIDIA wrappers that throw the following error. ![image](https://github.com/nix-community/nixGL/assets/45424904/8bfdd68c-9fcf-48f9-8d50-465a4b74656e) The problem seems to be in the following section. ![image](https://github.com/nix-community/nixGL/assets/45424904/a5270bf3-1fd1-4a15-be99-590b4a0d003c) Also, a NixOS module...

I much appreciate the effort you put into this package. It made me able to use nix on ubuntu. Could you shed light on how to solve the following? I...

quality of life

Hi. Thanks for the awesome work! I am using Home Manager within Pop OS 22.04 and have got stuck trying to make nixGL works. My configuration basically looks like this:...

Hello Everyone, I am new to using nix and home-manager and have been enjoying tinkering around with functional package management. I have reached the point where I can more or...

/nix/store/40xcrs3ff32jzzzsmf28i92h8l8c12ax-nixGL/bin/nixGL: line 6: exec: program: not found i got this exact error from using the channel method and running it directly from a flake

This allows separating the *use* of nixgl.auto.nixGLDefault from the location where we pass nvidiaHash to provide a pure instantiation. Without this usage of `nixgl.auto.XXX` is always impure. Also reuse `nixgl.auto`...

Looks like I'm not the only one who would really like to use/extend this code. Any license would be appreciated, I just made a PR for MIT since its common...

My laptop has an Intel and an Nvidia. The external display port is connected to the Nvidia. Despite having the Intel as the main GPU (doing the rendered), the Nvidia...

Installation of `nixGLNvidia` fails with latest drivers on Ubuntu 22.04 (LTS): ``` $ NIXPKGS_ALLOW_UNFREE=1 nix profile install github:guibou/nixGL#nixGLNvidia --impure ``` It looks for a driver file that's not available in...