feat: Vonage API

This commit is contained in:
Rafael Taranto 2023-08-17 12:33:15 +01:00
parent 84ceeda611
commit 3b19caf3a7
8 changed files with 1116 additions and 71 deletions

View file

@ -1,16 +1,16 @@
with import (fetchTarball {
name = "nixpkgs-19.03";
url = https://github.com/NixOS/nixpkgs/archive/0b8799ecaaf0dc6b4c11583a3c96ca5b40fcfdfb.tar.gz;
sha256 = "11m4aig6cv0zi3gbq2xn9by29cfvnsxgzf9qsvz67qr0yq29ryyz";
name = "8ad5e8";
url = https://github.com/NixOS/nixpkgs/archive/8ad5e8132c5dcf977e308e7bf5517cc6cc0bf7d8.tar.gz;
sha256 = "17v6wigks04x1d63a2wcd7cc4z9ca6qr0f4xvw1pdw83f8a3c0nj";
}) {};
stdenv.mkDerivation {
name = "node";
buildInputs = [
nodejs-14_x
python2Full
python3
openssl
postgresql_9_6
postgresql
];
shellHook = ''
export PATH="$PWD/node_modules/.bin/:$PATH"