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