1
1
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:
Samuel Dionne-Riel 2023-05-05 21:50:11 -04:00
parent 0b5676f8f3
commit af19236812

View File

@ -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 = {