From f0d0afe2125d7ee89d271f9842e968e6d33b306d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 28 Sep 2015 21:27:07 +0000 Subject: [PATCH] Add a proper shell.nix --- enter-nix-shell | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 enter-nix-shell diff --git a/enter-nix-shell b/enter-nix-shell deleted file mode 100755 index c6ce419..0000000 --- a/enter-nix-shell +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# This script uses nix-shell to build an environment suitable for developing and testing this package - -# 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