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"