added a nix-shell for easier developing and testing using Nix
This commit is contained in:
parent
bed58bca1d
commit
51c1ed477b
5
enter-nix-shell
Executable file
5
enter-nix-shell
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user