From a9d4212255fce22323a311b26785f22db02ce312 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Tue, 25 Nov 2025 20:39:50 +0000 Subject: [PATCH] update shell.nix --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 691e93a..786264f 100644 --- a/shell.nix +++ b/shell.nix @@ -5,11 +5,11 @@ pkgs.mkShell { buildInputs = [ pkgs.postgresql pkgs.postgresql_jdbc - pkgs.zulu + pkgs.jdk ]; shellHook = '' - ${pkgs.tmux}/bin/tmux \ + exec ${pkgs.tmux}/bin/tmux \ new -d nvim src/ \; \ split -d -h \; \ neww -d ./db_start.sh \; \ -- 2.50.1