diff options
Diffstat (limited to '.config/nixpkgs/shells/tilp2/shell.nix')
-rw-r--r-- | .config/nixpkgs/shells/tilp2/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nixpkgs/shells/tilp2/shell.nix b/.config/nixpkgs/shells/tilp2/shell.nix index f57bc3b..e7d4085 100644 --- a/.config/nixpkgs/shells/tilp2/shell.nix +++ b/.config/nixpkgs/shells/tilp2/shell.nix @@ -62,5 +62,5 @@ let in pkgs.mkShell { inherit name package; - shellHook = "exec ${shell}/bin/${shell.name}"; + shellHook = "${shell}/bin/${shell.name}; exit"; } |