aboutsummaryrefslogtreecommitdiff
path: root/.config/nixpkgs/shells/mermaid-live-editor/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to '.config/nixpkgs/shells/mermaid-live-editor/shell.nix')
-rw-r--r--.config/nixpkgs/shells/mermaid-live-editor/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nixpkgs/shells/mermaid-live-editor/shell.nix b/.config/nixpkgs/shells/mermaid-live-editor/shell.nix
index db89a42..0269ac6 100644
--- a/.config/nixpkgs/shells/mermaid-live-editor/shell.nix
+++ b/.config/nixpkgs/shells/mermaid-live-editor/shell.nix
@@ -70,5 +70,5 @@ let
in pkgs.mkShell {
inherit name;
- shellHook = "exec ${shell}/bin/${shell.name}";
+ shellHook = "${shell}/bin/${shell.name}; exit";
}