nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
712 stars 80 forks source link

nixVulkanIntel not found #84

Open Anton-4 opened 3 years ago

Anton-4 commented 3 years ago

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 nixgl && nix-channel --update
...
> nix-env -iA nixgl.auto.nixVulkanIntel
error: attribute 'nixVulkanIntel' in selection path 'nixgl.auto.nixVulkanIntel' not found

I was able to install nixVulkanIntel by cloning the repo and installing from source. Let me know if I can provide any extra information.