tvl-depot/users/glittershark/xanthous/hie.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
165 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1
exec nix-shell --run "$(nix-build -o dist/bin/hie hie.nix)/bin/hie $*"