diff --git a/nix/build.nix b/nix/build.nix index f6a5ef7e8e..6590c9b445 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -96,7 +96,7 @@ let ++ lib.optionals stdenv.hostPlatform.isDarwin [ # TODO: move to overlay so it's usable in the shell (cargo-bundle.overrideAttrs (old: { - version = "0.6.1-zed"; + version = "0.6.0-zed"; src = fetchFromGitHub { owner = "zed-industries"; repo = "cargo-bundle";