beeper: fix debug logging as per #486164 (#492300)

This commit is contained in:
Alexis Hildebrandt
2026-03-04 02:17:15 +00:00
committed by GitHub
+2 -1
View File
@@ -48,7 +48,8 @@ appimageTools.wrapAppImage {
. ${makeWrapper}/nix-support/setup-hook
wrapProgram $out/bin/beeper \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" \
--set APPIMAGE beeper
--set APPIMAGE beeper \
--run 'exec >/dev/null' # as recommended in #486164
'';
passthru = {