Skip to content

Commit

Permalink
Merge pull request #27 from urbit/jm/fixes
Browse files Browse the repository at this point in the history
Fixes and cleanup
  • Loading branch information
Jake Miller authored Apr 21, 2022
2 parents f5d291e + 8353e36 commit 13141c5
Show file tree
Hide file tree
Showing 7 changed files with 1,285 additions and 747 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stdenv.mkDerivation rec {
pname = "hoon-language-server";
version = "1.1.0";
version = "0.1.2";

nativeBuildInputs = [
nodejs
Expand All @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
in
''
runHook preBuild
rm -rf node_modules
ln -s ${nodeDependencies}/lib/node_modules .
export PATH="${nodeDependencies}/bin:$PATH"
npm run build
Expand All @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
cp -a . $out/share/hoon-language-server
makeWrapper ${nodejs}/bin/node $out/bin/hoon-language-server \
--add-flags $out/share/hoon-language-server/out/index.js
--add-flags $out/share/hoon-language-server/out/server.js
runHook postInstall
'';
Expand Down
Loading

0 comments on commit 13141c5

Please sign in to comment.