summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorLiam Murphy <liampm32@gmail.com>2024-07-04 14:35:39 +1000
committerLiam Murphy <liampm32@gmail.com>2024-07-04 15:13:43 +1000
commit731f1c7f86c9ae8f07c5e655b4c25a2f7c918fbd (patch)
tree2168d3d0a610d7b1e41b16817f47a6e58a789297 /pkgs/development/python-modules/rangehttpserver
parent7e4cda72fcee65122fccd43967732eecfbc62a43 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions