Skip to content

Commit

Permalink
Merge pull request #89 from mmahut/fix
Browse files Browse the repository at this point in the history
default.nix: moving to node 12
  • Loading branch information
mmahut committed Oct 19, 2020
2 parents 5ae537e + d6e0d0a commit 6c7da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -38,7 +38,7 @@ in rec {
mkdir -p $out/bin
cat <<EOF > $out/bin/yoroi-graphql-migration-backend
#!${runtimeShell}
exec ${nodejs}/bin/node $out/dist/index.js
exec ${nodejs-12_x}/bin/node $out/dist/index.js
EOF
chmod +x $out/bin/yoroi-graphql-migration-backend
'';
Expand Down

0 comments on commit 6c7da10

Please sign in to comment.