about summary refs log tree commit diff
path: root/users/Profpatsch/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/shell.nix')
-rw-r--r--users/Profpatsch/shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/Profpatsch/shell.nix b/users/Profpatsch/shell.nix
index 1e36dbeda6..f749c2e343 100644
--- a/users/Profpatsch/shell.nix
+++ b/users/Profpatsch/shell.nix
@@ -60,7 +60,7 @@ pkgs.mkShell {
     pkgs.rustup
     pkgs.pkg-config
     pkgs.fuse
-    pkgs.postgresql
+    pkgs.postgresql_14
     pkgs.nodejs
     pkgs.ninja
   ];
@@ -94,4 +94,5 @@ pkgs.mkShell {
       depot.third_party.rust-crates.nom
     ]}"
     ];
+
 }