mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			7467f155fc
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					2567706185 | ||
| 
						 | 
					13cc234e37 | 
@@ -7,7 +7,7 @@
 | 
			
		||||
 | 
			
		||||
let
 | 
			
		||||
  # This file was obtained from the display while "DDG" mode was enabled.
 | 
			
		||||
  chip_edid = pkgs.runCommandNoCC "chip_edid" { } ''
 | 
			
		||||
  chip_edid = pkgs.runCommand "chip_edid" { } ''
 | 
			
		||||
    mkdir -p $out/lib/firmware/edid
 | 
			
		||||
    cp ${./16ach6h.bin} $out/lib/firmware/edid/16ach6h.bin
 | 
			
		||||
  '';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user