]> gitweb.ps.run Git - l21s-case-study/commitdiff
update shell.nix
authorpatrick-scho <patrick.schoenberger@posteo.de>
Tue, 25 Nov 2025 20:39:50 +0000 (20:39 +0000)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Tue, 25 Nov 2025 20:39:50 +0000 (20:39 +0000)
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 \; \