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