about summary refs log tree commit diff
path: root/users/Profpatsch/whatcd-resolver/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/default.nix')
-rw-r--r--users/Profpatsch/whatcd-resolver/default.nix3
1 files changed, 2 insertions, 1 deletions
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" [