summaryrefslogtreecommitdiffstats
path: root/bin/run
blob: f28011ce85a5ea036b797edbd5bd3ce7d24647f3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -xe

# This will run ghcid, which uses `./.ghcid` to invoke your program main entry
# point, with the specified args.
#
# If you change ./.ghcid, ghcid will automatically reload.
exec nix develop -c ghcid