X-Git-Url: https://gitweb.ps.run/l21s-case-study/blobdiff_plain/dcaea882bfddd0e3cbd9fb3fed09dc8b7cc96f9a..HEAD:/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 \; \