kernel: fixup, no longer pass hostPlatform

This commit is contained in:
Graham Christensen 2018-09-06 14:27:38 -04:00
parent 7102d54e12
commit 48ef6ba28d

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, linux_4_9, linuxManualConfig, hostPlatform }:
linuxManualConfig {
inherit stdenv hostPlatform;
inherit stdenv;
inherit (linux_4_9) src;
version = "${linux_4_9.version}-linuxkit";
configfile = fetchurl {