Add opencl for intel to teapot

This commit is contained in:
Bad 2021-12-04 23:59:15 +01:00
parent 564545dc4f
commit 0713303dbe

View file

@ -1,4 +1,4 @@
{ suites, ... }:
{ suites, pkgs, ... }:
{
imports = suites.lap;
@ -55,5 +55,10 @@
};
};
hardware.opengl.extraPackages = with pkgs; [
intel-ocl
intel-compute-runtime
];
networking.networkmanager.enable = true;
}