6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This script uses nix-shell to build an environment suitable for developing and testing this package
|
||
|
|
||
|
nix-shell -p gnumake python2 nodejs
|