gpu/intel: Add beignet

restic-rest-server
Simon Bruder 2020-10-17 20:23:33 +02:00
parent 09c0474be0
commit cb07de0f12
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{ pkgs, ... }:
{
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
hardware.opengl.extraPackages = with pkgs; [
beignet
vaapiIntel
];
}