1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-13 04:04:35 +03:00

initrd-boot-gui: Drop evtest dependency

This commit is contained in:
Samuel Dionne-Riel 2020-11-21 20:02:59 -05:00
parent 5928902108
commit 7a30ed255a

View File

@ -41,11 +41,6 @@ in
}
];
mobile.boot.stage-1.extraUtils = with pkgs; [
# Used for `key-held.mrb`.
{ package = evtest; }
];
mobile.boot.stage-1.environment = {
XKB_CONFIG_ROOT = "/etc/X11/xkb";
XLOCALEDIR = "/etc/X11/locale";