mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2025-01-06 03:27:17 +03:00
initrd-boot-gui: Drop evtest dependency
This commit is contained in:
parent
5928902108
commit
7a30ed255a
@ -41,11 +41,6 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
mobile.boot.stage-1.extraUtils = with pkgs; [
|
|
||||||
# Used for `key-held.mrb`.
|
|
||||||
{ package = evtest; }
|
|
||||||
];
|
|
||||||
|
|
||||||
mobile.boot.stage-1.environment = {
|
mobile.boot.stage-1.environment = {
|
||||||
XKB_CONFIG_ROOT = "/etc/X11/xkb";
|
XKB_CONFIG_ROOT = "/etc/X11/xkb";
|
||||||
XLOCALEDIR = "/etc/X11/locale";
|
XLOCALEDIR = "/etc/X11/locale";
|
||||||
|
Loading…
Reference in New Issue
Block a user