mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/amdgpu: cleanup occurance of hardware.opengl
Unfortunately this got missed in https://github.com/NixOS/nixpkgs/pull/320228
This commit is contained in:
parent
b1acf7bab9
commit
641ea1c57e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
|
|
||||||
boot.initrd.kernelModules = lib.optionals cfg.initrd.enable [ "amdgpu" ];
|
boot.initrd.kernelModules = lib.optionals cfg.initrd.enable [ "amdgpu" ];
|
||||||
|
|
||||||
hardware.opengl = lib.mkIf cfg.opencl.enable {
|
hardware.graphics = lib.mkIf cfg.opencl.enable {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
pkgs.rocmPackages.clr
|
pkgs.rocmPackages.clr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue