Revert "nodejs_18: fix eval"

This reverts commit 64d5ca085a.
This commit is contained in:
ajs124
2022-08-21 21:49:41 +02:00
parent 84d30b170e
commit 262d3eba50
+1 -1
View File
@@ -1,4 +1,4 @@
{ callPackage, python3, fetchpatch, enableNpm ? true, ... }:
{ callPackage, python3, fetchpatch, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {