Linux kernel: Difference between revisions

imported>SteveeJ
Add custom kernel sources example
imported>SteveeJ
m remove an unused with statement in the custom source kernel example
Line 145: Line 145:
   boot.kernelPackages = let
   boot.kernelPackages = let
       linux_sgx_pkg = { stdenv, fetchurl, buildLinux, ... } @ args:
       linux_sgx_pkg = { stdenv, fetchurl, buildLinux, ... } @ args:
        with stdenv.lib;


         buildLinux (args // rec {
         buildLinux (args // rec {