5 lines
131 B
Text
5 lines
131 B
Text
|
#!/usr/bin/env nix-shell
|
||
|
#! nix-shell -j auto ../shell.nix -i bash
|
||
|
set -xe
|
||
|
echo http://127.0.0.1:8888
|
||
|
hoogle serve -p 8888 --local
|