Loading pkgs/os-specific/darwin/raycast/default.nix +11 −13 Original line number Diff line number Diff line Loading @@ -36,8 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru = { updateScript = writeShellApplication { passthru.updateScript = lib.getExe (writeShellApplication { name = "raycast-update-script"; runtimeInputs = [ curl jq common-updater-scripts ]; text = '' Loading @@ -46,15 +45,14 @@ stdenvNoCC.mkDerivation (finalAttrs: { version=$(echo "$url" | jq -r '.version') update-source-version raycast "$version" --file=./pkgs/os-specific/darwin/raycast/default.nix ''; }; }; }); meta = with lib; { description = "Control your tools with a few keystrokes"; homepage = "https://raycast.app/"; license = with licenses; [ unfree ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ lovesegfault stepbrobd ]; maintainers = with maintainers; [ lovesegfault stepbrobd donteatoreo ]; platforms = [ "aarch64-darwin" "x86_64-darwin" ]; }; }) Loading
pkgs/os-specific/darwin/raycast/default.nix +11 −13 Original line number Diff line number Diff line Loading @@ -36,8 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru = { updateScript = writeShellApplication { passthru.updateScript = lib.getExe (writeShellApplication { name = "raycast-update-script"; runtimeInputs = [ curl jq common-updater-scripts ]; text = '' Loading @@ -46,15 +45,14 @@ stdenvNoCC.mkDerivation (finalAttrs: { version=$(echo "$url" | jq -r '.version') update-source-version raycast "$version" --file=./pkgs/os-specific/darwin/raycast/default.nix ''; }; }; }); meta = with lib; { description = "Control your tools with a few keystrokes"; homepage = "https://raycast.app/"; license = with licenses; [ unfree ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ lovesegfault stepbrobd ]; maintainers = with maintainers; [ lovesegfault stepbrobd donteatoreo ]; platforms = [ "aarch64-darwin" "x86_64-darwin" ]; }; })