diff options
Diffstat (limited to '.config/nixpkgs/shells/mermaid-live-editor/shell.nix')
-rw-r--r-- | .config/nixpkgs/shells/mermaid-live-editor/shell.nix | 2 |
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"; } |