From 60cc94d3e600c89a13865695c5da1b82bacbb0a6 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Sun, 7 Apr 2019 12:50:35 +0200 Subject: [PATCH] Fix shell hook --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 9d27d31..0b22727 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ with rec shellHook = '' repl() { - ghci Main.hs + ghci app/Niv.hs } echo "To start a REPL session, run:"