Skip to content

Commit

Permalink
nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Oct 15, 2024
1 parent 53f1486 commit 92de4cf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 28 deletions.
56 changes: 28 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@
version = "2.2.0";
};
})

(final: prev: {
postgresql = prev.postgresql.overrideAttrs (_:
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
});
})
];
};

Expand Down

0 comments on commit 92de4cf

Please sign in to comment.