nix: Make zeditor symlink in package output (#31354)
home-manager expects a `zeditor` binary to wrap (because the nixpkgs derivation names the CLI `zeditor` instead of `zed`) Release Notes: - N/A
This commit is contained in:
parent
7e87916642
commit
bffde7c6b4
1 changed files with 3 additions and 1 deletions
|
@ -281,6 +281,8 @@ craneLib.buildPackage (
|
|||
mkdir -p $out/bin $out/libexec
|
||||
cp $TARGET_DIR/zed $out/libexec/zed-editor
|
||||
cp $TARGET_DIR/cli $out/bin/zed
|
||||
ln -s $out/bin/zed $out/bin/zeditor # home-manager expects the CLI binary to be here
|
||||
|
||||
|
||||
install -D "crates/zed/resources/app-icon-nightly@2x.png" \
|
||||
"$out/share/icons/hicolor/1024x1024@2x/apps/zed.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue