mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-13 12:35:48 +03:00
modules/stage-0: Fix fdt-forward ref
See, the `with` thing was totally making things hard to reason about! Fixes regression from https://github.com/NixOS/mobile-nixos/pull/611
This commit is contained in:
parent
0b5676f8f3
commit
af19236812
@ -72,7 +72,7 @@ in
|
||||
mobile.boot.stage-1.stage = 0;
|
||||
mobile.boot.stage-1.extraUtils = [
|
||||
{ package = pkgs.kexectools; }
|
||||
{ package = pkgs.fdt-forward; }
|
||||
{ package = fdt-forward; }
|
||||
];
|
||||
mobile.boot.stage-1.bootConfig.stage-0 = {
|
||||
forward = {
|
||||
|
Loading…
Reference in New Issue
Block a user