makeModulesClosure: support firmware

Link it in stage 1.
This commit is contained in:
Nikolay Amiantov
2018-02-16 00:11:07 +02:00
committed by Tuomas Tynkkynen
parent 0be2746fc2
commit 56e0943b08
6 changed files with 17 additions and 4 deletions
+1
View File
@@ -26,6 +26,7 @@ rec {
modulesClosure = makeModulesClosure {
inherit kernel rootModules;
firmware = kernel;
};