Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 30, 2025
1 parent 748d384 commit ed3874c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlays/postgres.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ let
++ [ newPackage ];
in
rec {
curl = prev.curl.overrideAttrs
(finalAttrs: previousAttrs: {
propagatedBuildInputs = replaceBuildInput {
buildInputs = previousAttrs.propagatedBuildInputs;
oldPackage = "openssl";
newPackage = final.openssl_patched;
};
});

postgresql_14_15 = prev.postgresql_14.overrideAttrs
(finalAttrs: previousAttrs: rec {
pname = "postgresql";
Expand Down

0 comments on commit ed3874c

Please sign in to comment.