linuxPackages_custom: fix missing argument and add test

The required argument 'hostPlatform' was missing from linuxPackages_custom's
call to linuxManualConfig.

In order to prevent this in the future, this commit adds
linuxPackages_custom_tinyconfig_kernel so linuxPackages_custom gets tested.

This also adds linuxConfig, to derivate default linux configurations
via make defconfig, make tinyconfig, etc.

Closes #38034.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Robert Hensing
2018-04-07 16:40:25 -05:00
committed by Austin Seipp
parent e1dee4efcb
commit 7f25b26511
2 changed files with 32 additions and 3 deletions
@@ -35,6 +35,8 @@ in {
extraMeta ? {},
# Whether to utilize the controversial import-from-derivation feature to parse the config
allowImportFromDerivation ? false,
# ignored
features ? null,
hostPlatform
}: