We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78db03 commit 2e13b7dCopy full SHA for 2e13b7d
Dockerfile-15
@@ -67,6 +67,7 @@ WORKDIR /nixpg
67
68
RUN nix profile install .#psql_15/bin
69
70
+RUN nix store gc
71
72
73
WORKDIR /
Dockerfile-orioledb-17
@@ -68,7 +68,7 @@ WORKDIR /nixpg
RUN nix profile install .#psql_orioledb-17/bin
-
74
flake.nix
@@ -39,7 +39,7 @@
39
# want to have an arbitrary order, since it might matter. being
40
# explicit is better.
41
(final: prev: {
42
- xmrig = null;
+ xmrig = throw "The xmrig package has been explicitly disabled in this flake.";
43
})
44
(import rust-overlay)
45
0 commit comments