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

Hi! Thanks for this wrapper, it makes my nix life easier! I pull latest nixGL via nix-channels ``` $ nix-channel --list home-manager https://github.com/rycee/home-manager/archive/master.tar.gz nixgl https://github.com/guibou/nixGL/archive/main.tar.gz nixpkgs https://nixos.org/channels/nixpkgs-unstable ``` and handle...

I'm trying to get vulkan working on an older laptop and I get this error when trying to build nixVulkanNvidia: ``` ls: cannot access '/nix/store/298alk3i62mlb84qzdpb999vfwpvl0ma-nvidia-x11-390.151-nixGL/share/vulkan/icd.d/nvidia_icd.json': No such file or directory...

# Halcyon Days of Old Many moons ago I used ``` nixGL = pkgs.callPackage "${builtins.fetchTarball { url = https://github.com/guibou/nixGL/archive/7d6bc1b21316bab6cf4a6520c2639a11c25a220e.tar.gz; #sha256 = pkgs.lib.fakeSha256; sha256 = "02y38zmdplk7a9ihsxvnrzhhv7324mmf5g8hmxqizaid5k5ydpr3"; }}/nixGL.nix" {}; ``` and `buildInputs...

When I try to do anything with it, when I get to the part where you need to run `nix-env`, it gives this: ``` error: file 'nixpkgs' was not found...

If you install nixGLNvidia and then upgrade your kernel driver version, you will be left with commands like `nixGLNvidia-510.47.03` even when you have driver version 510.60.02. In this case programs...

In https://discourse.nixos.org/t/cuda-from-nixkgs-in-non-nixos-case/7100/4 users are asking for cuda support. This is only for the nvidia and nvidia bumblebee drivers.

Unsupported device

Thanks for creating and maintaining this project, it's been very useful to me :heart: Trying to install `nixVulkanIntel` the recommended way showed the following error: ``` > nix-channel --add https://github.com/guibou/nixGL/archive/main.tar.gz...

Attempting to compile in NixOS: ![image](https://user-images.githubusercontent.com/10677444/133285725-1fbfa9b1-3767-49e0-bc1d-11bb849d6a48.png) The command used to build: ``` NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix-build ./default.nix -A nixGLIntel --arg pkgs "import /home/george/Simula/pinned-nixpkgs.nix {}" ``` The `NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1` is likely the issue, but...

I'm looking for a way to force enable Vulkan software rendering on arbitrary nix programs (running NixOS, in case it matters). Can `nixVulkanIntel` play a part in this? If not,...

Is there no way to make this a proper nixpkg? It feels clunky to install manually this way. I want this to be part of my configuration.

quality of life