diff options
| author | patrick-scho | 2025-11-25 20:39:50 +0000 |
|---|---|---|
| committer | patrick-scho | 2025-11-25 20:39:50 +0000 |
| commit | a9d4212255fce22323a311b26785f22db02ce312 (patch) | |
| tree | 248c9c7fe373e9406105f691dbaf4f0989194a4d | |
| parent | 54cd5031b9e18822690a1b670810cd663509fd9a (diff) | |
| download | l21s-case-study-a9d4212255fce22323a311b26785f22db02ce312.tar.gz l21s-case-study-a9d4212255fce22323a311b26785f22db02ce312.zip | |
update shell.nix
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \; \ |
