From 51c1ed477b19fac1f2603a7d49e26ee165ad5a17 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 24 Sep 2015 14:16:50 +0200 Subject: [PATCH] added a nix-shell for easier developing and testing using Nix --- enter-nix-shell | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 enter-nix-shell diff --git a/enter-nix-shell b/enter-nix-shell new file mode 100755 index 0000000..c1357e2 --- /dev/null +++ b/enter-nix-shell @@ -0,0 +1,5 @@ +#!/bin/sh + +# This script uses nix-shell to build an environment suitable for developing and testing this package + +nix-shell -p gnumake python2 nodejs