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 3642def commit c78db03Copy full SHA for c78db03
flake.nix
@@ -38,6 +38,9 @@
38
# pull them from the overlays/ directory automatically, but we don't
39
# want to have an arbitrary order, since it might matter. being
40
# explicit is better.
41
+ (final: prev: {
42
+ xmrig = null;
43
+ })
44
(import rust-overlay)
45
(final: prev: {
46
cargo-pgrx = final.callPackage ./nix/cargo-pgrx/default.nix {
0 commit comments