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 in3677d4bc22
(Sep 2021). The alias was recently removed ina9e1f4e0ab
.
This commit is contained in:
parent
0516be8563
commit
c16996847b
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user