diff --git a/flake.lock b/flake.lock

index dcfc2d0966cbadf4ea8f615b75670ae962a2a9af..8f778711f8b7229ba564a343899b1a04be90ba80 100644

--- a/flake.lock

+++ b/flake.lock

@@ -20,11 +20,11 @@ }

 },

 "nixpkgs": {

   "locked": {

     "owner": "nixos",

     "repo": "nixpkgs",

     "type": "github"

   },

   "original": {

diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix

index 897ee34d35e7fd534deeeeac964583711fa63244..a48d2fef98085bc14f22ddbedff1d58f545dff1c 100644

--- a/pkgs/darwin/cudatext/bin.nix

+++ b/pkgs/darwin/cudatext/bin.nix

@@ -1,29 +1,29 @@

-{ lib, stdenv, fetchurl, _7zz, makeWrapper, cudatext }:

+{ lib, stdenv, fetchurl, _7zz, unzip, makeWrapper, cudatext }:

stdenv.mkDerivation (finalAttrs: {

pname = "cudatext-bin";

src = {

 "aarch64-darwin" = fetchurl {

 };

 "x86_64-darwin" = fetchurl {

 };

}.${stdenv.hostPlatform.system};

sourceRoot = ".";

APFS format is unsupported by undmg

installPhase = ''

 runHook preInstall

 mkdir -p $out/Applications

 mv *.app $out/Applications

 makeWrapper $out/{Applications/CudaText.app/Contents/MacOS,bin}/cudatext

diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix

index db46c568b573b4c5a3855e6ee04aa6e00d9f8c3f..9bcf4ed77ee400fdf7d3947b3e755d5dd2d04084 100644

--- a/pkgs/darwin/zed/default.nix

+++ b/pkgs/darwin/zed/default.nix

@@ -2,11 +2,11 @@ { lib, stdenvNoCC, fetchurl, _7zz }:

stdenvNoCC.mkDerivation (finalAttrs: {

pname = "zed";

src = fetchurl {

 url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed.dmg";

};

sourceRoot = ".";

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/c8f0f2af1a303ece9ae12bbee18018186bd9f127.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
135.293244 milliseconds
Gemini-to-HTML Time
1.614591 milliseconds

This content has been proxied by September (3851b).