We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0c47c commit 12c3845Copy full SHA for 12c3845
lib/check.nix
@@ -39,7 +39,7 @@ in stdenv.mkDerivation ((
39
40
nativeBuildInputs = drv.nativeBuildInputs
41
++ [buildPackages.xorg.lndir]
42
- ++ lib.optional (stdenv.hostPlatform.isGhcjs) buildPackages.nodejs-18_x;
+ ++ lib.optional (stdenv.hostPlatform.isGhcjs) buildPackages.nodejs;
43
44
inherit (component) doCheck doCrossCheck;
45
0 commit comments