mdbook-cmdrun: use nodejs, not nodePackages.nodejs

This commit is contained in:
dish
2025-12-23 12:01:44 -05:00
parent 0430acab84
commit 8cc1e7887b
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
mdbook,
nodePackages,
nodejs,
python3,
util-linux,
rustPlatform,
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
nativeCheckInputs = [
mdbook # used by tests/book.rs
nodePackages.nodejs # used by tests/regression/inline_call/input.md
nodejs # used by tests/regression/inline_call/input.md
python3 # used by tests/regression/py_*
util-linux # used by tests/regression/shell/input.md
];