Skip to content

Commit

Permalink
spellchecker: use default nodejs-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 13, 2024
1 parent 60deddb commit ffd62d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions language_servers/markdown-spellcheck-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
, node2nix
, nodePackages
, nodehun
, nodejs-18_x
, nodejs-slim-18_x
, nodejs-slim

, python3
, unixtools
Expand All @@ -24,7 +23,7 @@ with lib.lists;
let
common = callPackage ../../languages/common.nix {};

nodejs = nodejs-slim-18_x;
nodejs = nodejs-slim;

nodeHeaders = runCommand "node-${nodejs.version}-headers.tar.gz" { buildInputs = []; } ''
dir="node-v${nodejs.version}"
Expand Down

0 comments on commit ffd62d8

Please sign in to comment.