Skip to content

Commit 2e13b7d

Browse files
committed
chore: garbage collect drops source for unused packages
1 parent c78db03 commit 2e13b7d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile-15

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ WORKDIR /nixpg
6767

6868
RUN nix profile install .#psql_15/bin
6969

70+
RUN nix store gc
7071

7172

7273
WORKDIR /

Dockerfile-orioledb-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ WORKDIR /nixpg
6868

6969
RUN nix profile install .#psql_orioledb-17/bin
7070

71-
71+
RUN nix store gc
7272

7373
WORKDIR /
7474

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# want to have an arbitrary order, since it might matter. being
4040
# explicit is better.
4141
(final: prev: {
42-
xmrig = null;
42+
xmrig = throw "The xmrig package has been explicitly disabled in this flake.";
4343
})
4444
(import rust-overlay)
4545
(final: prev: {

0 commit comments

Comments
 (0)