aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 0954bb4..2c5e4c7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -67,5 +67,5 @@ let
in pkgs.mkShell {
inherit hugo;
- shellHook = "exec ${shell}/bin/${shell.name}";
+ shellHook = "${shell}/bin/${shell.name}; exit";
}