nixpkgs/pkgs/by-name/ze
Liam Murphy 731f1c7f86
zed-editor: make $out/bin/zed the CLI, not the main binary
The CLI allows opening new files/folders while the app is still running, as well
as starting the app in the background without taking up your terminal.

This matches the official bundle-linux script: https://github.com/zed-industries/zed/blob/main/script/bundle-linux

Before:

```sh
$ zed flake.nix
zed is already running
```

After:

```sh
$ zed flake.nix
$ # works!
```

I'm not sure what the current status of this package's Darwin support is; the
new code I added should probably be Linux-only, but so should the .desktop file
generation which is currently run unconditionally, so I left it as running
unconditionally for now.
2024-07-04 15:13:43 +10:00
..
zed-editor zed-editor: make $out/bin/zed the CLI, not the main binary 2024-07-04 15:13:43 +10:00
zenity zenity: Move from gnome scope to top-level 2024-07-01 08:26:47 +02:00
zesarux pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00