bin/hoogle: use nix develop
This commit is contained in:
parent
ce7fa306e5
commit
2340afbdfa
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -j auto ../shell.nix -i bash
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
|
||||
echo http://127.0.0.1:8888
|
||||
hoogle serve -p 8888 --local
|
||||
exec nix develop -i -c hoogle serve -p 8888 --local
|
||||
|
|
Loading…
Reference in a new issue