Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile-15
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ WORKDIR /nixpg

RUN nix profile install .#psql_15/bin

RUN nix store gc


WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-orioledb-17
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ WORKDIR /nixpg

RUN nix profile install .#psql_orioledb-17/bin


RUN nix store gc

WORKDIR /

Expand Down
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.042-orioledb"
postgres15: "15.8.1.048"
postgresorioledb-17: "17.0.1.043-orioledb"
postgres15: "15.8.1.049"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
# pull them from the overlays/ directory automatically, but we don't
# want to have an arbitrary order, since it might matter. being
# explicit is better.
(final: prev: {
xmrig = throw "The xmrig package has been explicitly disabled in this flake.";
})
(import rust-overlay)
(final: prev: {
cargo-pgrx = final.callPackage ./nix/cargo-pgrx/default.nix {
Expand Down