1
1
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:
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 = { 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";