1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-27 08:32:01 +03:00

modules/stage-0: rename removed alias

`kexectools` was renamed to `kexec-tools` in Nixpkgs in 3677d4bc22 (Sep 2021). The alias was recently removed in a9e1f4e0ab.
This commit is contained in:
Luflosi 2024-11-06 15:45:02 +01:00
parent 0516be8563
commit c16996847b
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -70,7 +70,7 @@ in
config = { config, ... }: lib.mkIf supportsStage-0 {
mobile.boot.stage-1.stage = 0;
mobile.boot.stage-1.extraUtils = [
{ package = pkgs.kexectools; }
{ package = pkgs.kexec-tools; }
{ package = fdt-forward; }
];
mobile.boot.stage-1.bootConfig.stage-0 = {