{pkgs, ...}: (import ../lib/node-application.nix) { inherit pkgs; } { tarball = "https://git.cryto.net/joepie91/pastebin-stream/archive/master.tar.gz"; name = "pastebin-stream"; hasErrorReporting = true; mainBinaryPath = "server.js"; }