migliorata nix-shell
This commit is contained in:
parent
7fae59beeb
commit
ae1c7744ea
@ -2,4 +2,11 @@
|
||||
|
||||
# This script uses nix-shell to build an environment suitable for developing and testing this package
|
||||
|
||||
nix-shell -p gnumake python2 nodejs
|
||||
# Run this with the "start" argument to automatically download deps and
|
||||
# start talking to asjon in the CLI :)
|
||||
|
||||
if [ "$1" == "start" ]; then
|
||||
nix-shell -p gnumake python2 nodejs --command "npm install && bin/hubot"
|
||||
else
|
||||
nix-shell -p gnumake python2 nodejs
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user