hitagi: Use graphics packages from stable
Otherwise there is an impure version conflict.
This commit is contained in:
parent
49149fa1d4
commit
6b8931d538
|
@ -53,18 +53,17 @@
|
||||||
|
|
||||||
# GPU
|
# GPU
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
package = pkgs.unstable.mesa.drivers;
|
package = pkgs.mesa.drivers;
|
||||||
package32 = pkgs.unstable.pkgsi686Linux.mesa.drivers;
|
package32 = pkgs.pkgsi686Linux.mesa.drivers;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
intel-compute-runtime
|
||||||
|
intel-compute-runtime.drivers
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
|
level-zero
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
vaapiIntel
|
vaapiIntel
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
] ++ (with pkgs.unstable; [
|
];
|
||||||
intel-compute-runtime
|
|
||||||
intel-compute-runtime.drivers
|
|
||||||
level-zero
|
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -76,7 +75,7 @@
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
capabilities = "cap_perfmon+p";
|
capabilities = "cap_perfmon+p";
|
||||||
source = "${pkgs.unstable.intel-gpu-tools}/bin/intel_gpu_top";
|
source = "${pkgs.intel-gpu-tools}/bin/intel_gpu_top";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://www.reddit.com/r/gigabyte/comments/p5ewjn/b550i_pro_ax_f13_bios_sleep_issue_on_linux/
|
# https://www.reddit.com/r/gigabyte/comments/p5ewjn/b550i_pro_ax_f13_bios_sleep_issue_on_linux/
|
||||||
|
|
Loading…
Reference in a new issue