From 5f6e965add177c153f640952da4d0dbdcad0d94a Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 26 Oct 2022 18:46:02 -0400 Subject: [PATCH] boot/splash: Add traceback info --- boot/splash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/splash/default.nix b/boot/splash/default.nix index 316c7536..3980d605 100644 --- a/boot/splash/default.nix +++ b/boot/splash/default.nix @@ -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"