X-Git-Url: https://gitweb.ps.run/l21s-case-study/blobdiff_plain/54cd5031b9e18822690a1b670810cd663509fd9a..a9d4212255fce22323a311b26785f22db02ce312:/shell.nix 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 \; \