From 1d07e554284593cdca804404d1d9f68a473ee986 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Dec 2024 15:39:02 +0530 Subject: Refactor a bunch of stuff --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 -- cgit v1.3.1