treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-11-25 20:39:50 +0000
committerpatrick-scho2025-11-25 20:39:50 +0000
commita9d4212255fce22323a311b26785f22db02ce312 (patch)
tree248c9c7fe373e9406105f691dbaf4f0989194a4d
parent54cd5031b9e18822690a1b670810cd663509fd9a (diff)
downloadl21s-case-study-a9d4212255fce22323a311b26785f22db02ce312.tar.gz
l21s-case-study-a9d4212255fce22323a311b26785f22db02ce312.zip
update shell.nix
-rw-r--r--shell.nix4
1 files 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 \; \