Add Postgres upgrade script

This commit is contained in:
Greg Hellings
2024-04-09 16:27:27 -05:00
parent 338efa36ac
commit 1bb1c981b0
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ in rec {
setup-ssh = prev.callPackage ./setup-ssh {
pkgs = final.pkgs;
};
upgrade-pg-cluster = prev.callPackage ./upgrade-pg-cluster.nix {};
# Overrides of packages
brew = prev.callPackage ./homebrew.nix {};