Skip to content

Instantly share code, notes, and snippets.

@heathdrobertson
Last active November 27, 2019 22:37
Show Gist options
  • Save heathdrobertson/8f29733b19805a3a13a5d0ddd2637f2b to your computer and use it in GitHub Desktop.
Save heathdrobertson/8f29733b19805a3a13a5d0ddd2637f2b to your computer and use it in GitHub Desktop.
Node.js & Express Framework
with import <nixpkgs> {};
# with pkgs;
stdenv.mkDerivation {
name = "Express API";
buildInputs = [python37 nodejs];
shellHook = ''
npm install bitcoin-core bitcoinjs-lib bitcoinjs-message body-parser crypto-js express hex2ascii morgan nodemon
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment