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

boot/splash: Add traceback info

This commit is contained in:
Samuel Dionne-Riel 2022-10-26 18:46:02 -04:00
parent 6fcd5b91c9
commit 5f6e965add

View File

@ -9,6 +9,7 @@ in
mobile-nixos.mkLVGUIApp {
name = "boot-splash.mrb";
executablePath = "libexec/boot-splash.mrb";
enableDebugInformation = true;
src = lib.cleanSource ./.;
rubyFiles = [
"ui.rb"