Skip to content

Commit

Permalink
add python to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Dec 5, 2018
1 parent de13916 commit 7e05098
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shell.nix
Expand Up @@ -2,5 +2,5 @@
with pkgs;
stdenv.mkDerivation {
name = "probot-auto-merge";
buildInputs = [ heroku nodejs-10_x ];
buildInputs = [ heroku nodejs-10_x python ];
}

0 comments on commit 7e05098

Please sign in to comment.