summaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-14 20:29:53 -0700
committerBen Sima <ben@bsima.me>2020-07-14 20:29:53 -0700
commit584239a1a0c97f9d57f2de76c04708127178bceb (patch)
tree9114e816425ad03c521d1b4d37eea986cd5ecbd0 /repl
parentca28f4a86b839d702bdaa70925884aa2bd5cf9ed (diff)
dev: move some commands to shell
Diffstat (limited to 'repl')
-rwxr-xr-xrepl4
1 files changed, 0 insertions, 4 deletions
diff --git a/repl b/repl
deleted file mode 100755
index b09bb5a..0000000
--- a/repl
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-set -ex
-nix run -f $BIZ_ROOT/default.nix "repl" \
- -c ghci -i$BIZ_ROOT -ghci-script "$BIZ_ROOT/.ghci"