Skip to content

Commit

Permalink
zed-editor: downgrade nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Nov 16, 2024
1 parent 8a4d3c0 commit 30a7e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
apple-sdk_15,
darwinMinVersionHook,
makeWrapper,
nodePackages_latest,
nodejs,

withGLES ? false,
}:
Expand Down Expand Up @@ -218,7 +218,7 @@ rustPlatform.buildRustPackage rec {
patchelf --add-rpath ${gpu-lib}/lib $out/libexec/*
patchelf --add-rpath ${wayland}/lib $out/libexec/*
wrapProgram $out/libexec/zed-editor --suffix PATH : ${
lib.makeBinPath [ nodePackages_latest.nodejs ]
lib.makeBinPath [ nodejs ]
}
'';

Expand Down

0 comments on commit 30a7e15

Please sign in to comment.