postgresql: refactor to split up default.nix (1/2)

This just renames default.nix to generic.nix, because the biggest chunk
of code should move that way in the next commit. This gives us a much
better diff for the next commit and makes rebasing **much** easier in
case of changes. This commit does not stand on its own and needs to go
in with the next commit (2/2).
This commit is contained in:
Wolfgang Walther
2024-03-15 18:51:02 +01:00
parent 4c8e7af941
commit 9af8c0a3b7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -26735,7 +26735,7 @@ with pkgs;
timescaledb-tune = callPackage ../development/tools/database/timescaledb-tune { };
inherit (import ../servers/sql/postgresql pkgs)
inherit (import ../servers/sql/postgresql/generic.nix pkgs)
postgresql_12
postgresql_13
postgresql_14