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
67
67
68
68
RUN nix profile install .#psql_15/bin
69
69
70
+ RUN nix store gc
70
71
71
72
72
73
WORKDIR /
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ WORKDIR /nixpg
68
68
69
69
RUN nix profile install .#psql_orioledb-17/bin
70
70
71
-
71
+ RUN nix store gc
72
72
73
73
WORKDIR /
74
74
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
8
8
9
9
# Full version strings for each major version
10
10
postgres_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 "
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 38
38
# pull them from the overlays/ directory automatically, but we don't
39
39
# want to have an arbitrary order, since it might matter. being
40
40
# explicit is better.
41
+ ( final : prev : {
42
+ xmrig = throw "The xmrig package has been explicitly disabled in this flake." ;
43
+ } )
41
44
( import rust-overlay )
42
45
( final : prev : {
43
46
cargo-pgrx = final . callPackage ./nix/cargo-pgrx/default.nix {
You can’t perform that action at this time.
0 commit comments