File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
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 @@ -2,7 +2,7 @@ FROM alpine:3.21
2
2
3
3
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
4
5
- RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf
5
+ RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd
6
6
# dev stuff
7
7
# RUN apk add --no-cache iproute2
8
8
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 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