mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-22 11:47:57 +03:00
kernel: fixup, no longer pass hostPlatform
This commit is contained in:
parent
7102d54e12
commit
48ef6ba28d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user