diff options
Diffstat (limited to '')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
