mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.hardware.gpu: fix build
This commit is contained in:
@@ -37,7 +37,7 @@ inputs:
|
||||
# TODO: import from nixos-hardware instead
|
||||
# enableHybridCodec is only needed for some old intel gpus (Atom, Nxxx, etc)
|
||||
intel = [ intel-vaapi-driver libvdpau-va-gl intel-media-driver ];
|
||||
nvidia = [ vaapiVdpau ];
|
||||
nvidia = [ libva-vdpau-driver ];
|
||||
amd = [];
|
||||
};
|
||||
in packages.${gpu.type};
|
||||
|
||||
Reference in New Issue
Block a user