Skip to content

Commit 12c3845

Browse files
committed
Unpin nodejs
1 parent 0d0c47c commit 12c3845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in stdenv.mkDerivation ((
3939

4040
nativeBuildInputs = drv.nativeBuildInputs
4141
++ [buildPackages.xorg.lndir]
42-
++ lib.optional (stdenv.hostPlatform.isGhcjs) buildPackages.nodejs-18_x;
42+
++ lib.optional (stdenv.hostPlatform.isGhcjs) buildPackages.nodejs;
4343

4444
inherit (component) doCheck doCrossCheck;
4545

0 commit comments

Comments
 (0)