nix-community / nixGL

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

Do not build nvidia kernel #55

Open guibou opened 4 years ago

guibou commented 4 years ago

Nvidia kernel is not needed when building.

Actually, it exists some cases of nvidia driver which are not compatible with the nvidia kernel available in nixpkgs.

We can use the libsOnly = true argument of nvidia_x11, but unfortunately, bumblebee is using the .bin output of nvidia_x11, which is disabled when libsOnly.