mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge pull request #1579 from mjschwenne/fix-surface-kernel
Fix Typo Preventing Microsoft Surface Kernels from Building
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
  {
 | 
			
		||||
    name = "microsoft-surface-patches-linux-${version}";
 | 
			
		||||
    patch = null;
 | 
			
		||||
    extraStructuredConfig = with kernel; {
 | 
			
		||||
    structuredExtraConfig = with kernel; {
 | 
			
		||||
      STAGING_MEDIA = yes;
 | 
			
		||||
 | 
			
		||||
      ##
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
  {
 | 
			
		||||
    name = "microsoft-surface-patches-linux-${version}";
 | 
			
		||||
    patch = null;
 | 
			
		||||
    extraStructuredConfig = with kernel; {
 | 
			
		||||
    structuredExtraConfig = with kernel; {
 | 
			
		||||
      STAGING_MEDIA = yes;
 | 
			
		||||
      ##
 | 
			
		||||
      ## Surface Aggregator Module
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user