Loading pkgs/by-name/co/code-cursor/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ # linux installation rsync, commandLineArgs ? "", # darwin build undmg, Loading Loading @@ -162,7 +163,8 @@ stdenvNoCC.mkDerivation { wrapProgram $out/bin/cursor \ --add-flags "--update=false" \ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=x11 --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=x11 --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" \ --add-flags ${lib.escapeShellArg commandLineArgs} ''} ${lib.optionalString hostPlatform.isDarwin '' Loading Loading
pkgs/by-name/co/code-cursor/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ # linux installation rsync, commandLineArgs ? "", # darwin build undmg, Loading Loading @@ -162,7 +163,8 @@ stdenvNoCC.mkDerivation { wrapProgram $out/bin/cursor \ --add-flags "--update=false" \ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=x11 --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=x11 --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" \ --add-flags ${lib.escapeShellArg commandLineArgs} ''} ${lib.optionalString hostPlatform.isDarwin '' Loading