postgresqlPackages.pg_auto_failover: init at 1.0.2

This commit is contained in:
Mario Rodas
2019-05-24 04:20:00 -05:00
parent 7fdfbcba20
commit e3156c8595
2 changed files with 35 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ self: super: {
};
};
pg_auto_failover = super.callPackage ./ext/pg_auto_failover.nix { };
pg_repack = super.callPackage ./ext/pg_repack.nix { };
pg_similarity = super.callPackage ./ext/pg_similarity.nix { };