From 640e8731f3d36d44b58e166cf32ac8a4ce71948a Mon Sep 17 00:00:00 2001 From: Mukul Agarwal Date: Mon, 29 Jun 2026 20:37:47 -0400 Subject: [PATCH] thorium-reader: format comment Co-authored-by: Sandro --- pkgs/by-name/th/thorium-reader/package.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/th/thorium-reader/package.nix b/pkgs/by-name/th/thorium-reader/package.nix index 5fe5efed4472..e345900043fa 100644 --- a/pkgs/by-name/th/thorium-reader/package.nix +++ b/pkgs/by-name/th/thorium-reader/package.nix @@ -27,10 +27,9 @@ buildNpmPackage (finalAttrs: { }; env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; - # makeBinaryWrapper is preferred on Darwin since the OS may confuse itself + # makeBinaryWrapper is required on Darwin since MacOS is confuses itself # into thinking it needs Rosetta 2 if it encounters a non-MachO executable - # in a .app bundle - + # in a .app bundle. # Simultaneously, we need makeShellWrapper on linux platforms to pass # electron-specific flags. nativeBuildInputs = [