nix-gl-host icon indicating copy to clipboard operation
nix-gl-host copied to clipboard

Run OpenGL/Cuda programs built with Nix, on all Linux distributions.

Results 15 nix-gl-host issues
Sort by recently updated
recently updated
newest added

I was getting this weird error: ``` [nix-shell:~/nixpkgs]$ nixglhost ipython Traceback (most recent call last): File "/nix/store/46qxb828xwxn8rgrhq7crdmanwf59fjk-nix-gl-host-0.1/bin/nixglhost", line 681, in ret = main(args) File "/nix/store/46qxb828xwxn8rgrhq7crdmanwf59fjk-nix-gl-host-0.1/bin/nixglhost", line 629, in main new_env...

**Is your feature request related to a problem? Please describe.** I would like to overlay all packages within a home-manager flake with `nix-gl-host` **Describe the solution you'd like** More concise...

enhancement

PoC for https://github.com/numtide/nix-gl-host/issues/11 (accidentally, also https://github.com/numtide/nix-gl-host/issues/9, but I don't like my code) ``` $ nix build -f '' --arg 'config' '{ allowUnfree = true; cudaCapabilities = [ "7.2" ]; }'...

Hi! I imagine this project would probably do well and be more discoverable under the nix-community umbrella. What do you think?

**Is your feature request related to a problem? Please describe.** I'd like to have an out-of-the box just-`nix run` experience on NVidia Jetsons. The Jetson situation is as follows: -...

enhancement

**Is your feature request related to a problem? Please describe.** As far as I can tell, "the way" to approach both libc and libstdc++ compatibility is to build against the...

enhancement

We're currently using `nixGL` but it's inconvenient for all the usual reasons, such as having to re-install closure when host version changes. However we have some intel users (currently going...

These paths were omitted before, leading to problems with more advanced use cases like Nvidia Nsight Compute. **Before** Use ncu to profile a CUDA program: ``` LD_LIBRARY_PATH=$(nixglhost -p) ncu ./cuda-program...

**Describe the bug** I had little space left in the volume hosting my `.cache` directory. So constructing the cache failed (see backtrace 0). When I made more space and reran...

bug

**Describe the bug** `nixglhost -h` the CLI help says ``` positional arguments: NIX_BINARY Nix-built binary you'd like to wrap. ARGS The args passed to the wrapped binary. ``` I take...

bug