mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	mnt/reform2-nitrogen8m: read kernel config into a string
This commit is contained in:
		@@ -77,11 +77,11 @@ in lib.overrideDerivation (buildLinux (args // {
 | 
			
		||||
  in lib.lists.unique (kernelPatches ++ reformPatches ++ [{
 | 
			
		||||
    name = "MNT-Reform-imx8mq-config";
 | 
			
		||||
    patch = null;
 | 
			
		||||
    extraConfig = fetchurl {
 | 
			
		||||
    extraConfig = builtins.readFile (fetchurl {
 | 
			
		||||
      url =
 | 
			
		||||
        "https://github.com/NixOS/nixos-hardware/releases/download/mnt-reform2-nitrogen8m-v1/kernel-config";
 | 
			
		||||
      sha256 = "1brazbr9zflb29i4fjhwn1z87bg475lqvzkksvi5n775zx28fk65";
 | 
			
		||||
    };
 | 
			
		||||
    });
 | 
			
		||||
  }]);
 | 
			
		||||
 | 
			
		||||
  allowImportFromDerivation = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user