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