kernel: allow features to be used in common-config

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp
2014-05-18 08:49:32 -05:00
parent 8b6300822b
commit 80d0e31a94
2 changed files with 9 additions and 7 deletions
@@ -1,4 +1,4 @@
{ stdenv, version, kernelPlatform, extraConfig }:
{ stdenv, version, kernelPlatform, extraConfig, features }:
with stdenv.lib;