lass 5 go: remove debug stuff
This commit is contained in:
parent
e21fdefcf1
commit
4072a32f89
|
@ -44,8 +44,6 @@ in nodePackages.buildNodePackage {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
||||||
find ${node_env}
|
|
||||||
|
|
||||||
cp index.js $out/
|
cp index.js $out/
|
||||||
cat > $out/go << EOF
|
cat > $out/go << EOF
|
||||||
${nodejs}/bin/node $out/index.js
|
${nodejs}/bin/node $out/index.js
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/nizallgwxcx4fz9awyfp9i17avfymlvx-nodejs-go
|
|
Loading…
Reference in a new issue