diff options
Diffstat (limited to 'users/Profpatsch/whatcd-resolver')
-rw-r--r-- | users/Profpatsch/whatcd-resolver/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/Profpatsch/whatcd-resolver/default.nix b/users/Profpatsch/whatcd-resolver/default.nix index e2800f95c14c..17b6505c8777 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" [ |