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-02 12:19:25 +01:00
parent 4c8e7af941
commit 9af8c0a3b7
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
2 changed files with 1 additions and 1 deletions

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