Skip to content

Commit

Permalink
Remove els_dap from Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 26, 2024
1 parent 1a912e0 commit 5e4ae73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
mv _build/default/bin/erlang_ls $out/bin
mv _build/dap/bin/els_dap $out/bin
sed -i 's|/usr/bin/env escript|${erlang}/bin/escript|' $out/bin/erlang_ls $out/bin/els_dap
sed -i 's|/usr/bin/env escript|${erlang}/bin/escript|' $out/bin/erlang_ls
'';
}

0 comments on commit 5e4ae73

Please sign in to comment.