matrix-media-expanded/bin/run
Sridhar Ratnakumar a943048f08
remove unused env
2021-05-31 22:25:32 -04:00

8 lines
229 B
Bash
Executable file

#!/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