{ stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args: buildLinux (args // rec { version = "5.0-rc1"; modDirVersion = "5.0.0-rc1"; extraMeta.branch = "5.0"; src = fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; sha256 = "01gva1hp2jyf137iy5ryaq93ksiw9ysnczpp914scx6k005y7yzz"; }; # Should the testing kernels ever be built on Hydra? extraMeta.hydraPlatforms = []; } // (args.argsOverride or {}))