aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index fab0b56..2df039b 100644
--- a/justfile
+++ b/justfile
@@ -8,7 +8,7 @@ test:
cabal test
testw:
- npx nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
+ nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
build:
nix build