nixos: hardware: graphics: add 32bit Intel drivers
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
This commit is contained in:
parent
af2f9b20a7
commit
a6db4acc6d
|
@ -72,6 +72,17 @@ in
|
||||||
intel-vaapi-driver
|
intel-vaapi-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# FIXME: compare with https://github.com/NixOS/nixos-hardware/pull/945/files
|
||||||
|
extraPackages32 = with pkgs.driversi686Linux; [
|
||||||
|
# Open CL
|
||||||
|
intel-compute-runtime
|
||||||
|
|
||||||
|
# VA API
|
||||||
|
intel-media-driver
|
||||||
|
intel-vaapi-driver
|
||||||
|
libvdpau-va-gl
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue