]> gitweb.ps.run Git - l21s-case-study/blobdiff - shell.nix
update
[l21s-case-study] / shell.nix
index 691e93a88c39ad6b000d95fe35dbbb7d53efeadf..786264f4c94c0cd547e4ecf39adec368fd765e97 100644 (file)
--- 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 \; \