This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7619f88eb8
nixpkgs
/
pkgs
/
development
/
haskell-modules
/
hoogle-local-wrapper.sh
6 lines
96 B
Bash
Raw
Blame
History
#! @shell@
COMMAND
=
$1
shift
exec
@hoogle@/bin/hoogle
"
$COMMAND
"
-d @out@/share/doc/hoogle
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink