about summary refs log tree commit diff
path: root/users/Profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch')
-rw-r--r--users/Profpatsch/shell.nix3
-rw-r--r--users/Profpatsch/whatcd-resolver/default.nix3
2 files changed, 4 insertions, 2 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
     ]}"
     ];
+
 }
diff --git a/users/Profpatsch/whatcd-resolver/default.nix b/users/Profpatsch/whatcd-resolver/default.nix
index e2800f95c1..17b6505c87 100644
--- a/users/Profpatsch/whatcd-resolver/default.nix
+++ b/users/Profpatsch/whatcd-resolver/default.nix
@@ -56,7 +56,8 @@ depot.nix.writeExecline "whatcd-resolver-wrapped" { } [
   "PATH"
   "export"
   "PATH"
-  "${pkgs.postgresql}/bin:$${PATH}"
+  # TODO: figure out how to automatically migrate to a new postgres version with tmp_postgres (dump?)
+  "${pkgs.postgresql_14}/bin:$${PATH}"
   "export"
   "WHATCD_RESOLVER_TOOLS"
   (pkgs.linkFarm "whatcd-resolver-tools" [