Skip to content

Commit

Permalink
default.nix: moving to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Oct 18, 2020
1 parent f592007 commit d6e0d0a
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 d6e0d0a

Please sign in to comment.