about summary refs log tree commit diff
path: root/users/glittershark/xanthous/hie.sh
blob: 223a432203b8fb866313620d2cb9d2652b73334d (plain) (blame)
1
2
3
4
5
6
#!/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 $*"