mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 01:07:14 +08:00 
			
		
		
		
	fix 24.05 evaluation
This commit is contained in:
		@@ -1,5 +1,8 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../../common/gpu/24.05-compat.nix
 | 
			
		||||
  ];
 | 
			
		||||
  hardware = {
 | 
			
		||||
    graphics = {
 | 
			
		||||
      enable = lib.mkDefault true;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
{ config, lib, ... }: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/gpu/24.05-compat.nix
 | 
			
		||||
    ../../../common/gpu/nvidia/prime.nix
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/cpu/intel/kaby-lake
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
{ lib, config, ... }: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/gpu/24.05-compat.nix
 | 
			
		||||
    ../../../common/gpu/nvidia/prime.nix
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,7 @@
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../thinkpad/yoga.nix
 | 
			
		||||
    ../../../../common/gpu/amd/default.nix
 | 
			
		||||
    ../../../../common/gpu/24.05-compat.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot.initrd.kernelModules = [ "ideapad_laptop" ];
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,7 @@ let
 | 
			
		||||
in {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../shared.nix
 | 
			
		||||
    ../../../../../common/gpu/24.05-compat.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # AMD RX680
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user