Update jaci drivers
This commit is contained in:
		
							parent
							
								
									cc8add034d
								
							
						
					
					
						commit
						4ba888bc9e
					
				
							
								
								
									
										6
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@ -55,11 +55,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-unstable": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1719254875,
 | 
			
		||||
        "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
 | 
			
		||||
        "lastModified": 1726463316,
 | 
			
		||||
        "narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=",
 | 
			
		||||
        "owner": "nixos",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60",
 | 
			
		||||
        "rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
 | 
			
		||||
@ -27,7 +27,7 @@
 | 
			
		||||
  nix.gc = {
 | 
			
		||||
    automatic = true;
 | 
			
		||||
    dates = "weekly";
 | 
			
		||||
    options = "--delete-older-than 1w";
 | 
			
		||||
    options = "--delete-older-than 21d";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Optimize storage
 | 
			
		||||
 | 
			
		||||
@ -136,8 +136,14 @@
 | 
			
		||||
        security.polkit.enable = true;
 | 
			
		||||
 | 
			
		||||
        hardware.opengl = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            driSupport = true;
 | 
			
		||||
            # Mesa
 | 
			
		||||
            # enable = true;
 | 
			
		||||
            # Vulkan
 | 
			
		||||
            # driSupport = true;
 | 
			
		||||
            # Rocm support and vulkan drivers
 | 
			
		||||
            extraPackages = with pkgs; [
 | 
			
		||||
                rocmPackages.clr.icd
 | 
			
		||||
            ];
 | 
			
		||||
        };
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user