File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ WORKDIR /nixpg
6767
6868RUN nix profile install .#psql_15/bin
6969
70+ RUN nix store gc
7071
7172
7273WORKDIR /
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ WORKDIR /nixpg
6868
6969RUN nix profile install .#psql_orioledb-17/bin
7070
71-
71+ RUN nix store gc
7272
7373WORKDIR /
7474
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
88
99# Full version strings for each major version
1010postgres_release :
11- postgresorioledb-17 : " 17.0.1.042 -orioledb"
12- postgres15 : " 15.8.1.048 "
11+ postgresorioledb-17 : " 17.0.1.043 -orioledb"
12+ postgres15 : " 15.8.1.049 "
1313
1414# Non Postgres Extensions
1515pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 3838 # pull them from the overlays/ directory automatically, but we don't
3939 # want to have an arbitrary order, since it might matter. being
4040 # explicit is better.
41+ ( final : prev : {
42+ xmrig = throw "The xmrig package has been explicitly disabled in this flake." ;
43+ } )
4144 ( import rust-overlay )
4245 ( final : prev : {
4346 cargo-pgrx = final . callPackage ./nix/cargo-pgrx/default.nix {
You can’t perform that action at this time.
0 commit comments