Skip to content

Commit c78db03

Browse files
committed
chore: rm xmrig src by setting attribute to null
1 parent 3642def commit c78db03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
# pull them from the overlays/ directory automatically, but we don't
3939
# want to have an arbitrary order, since it might matter. being
4040
# explicit is better.
41+
(final: prev: {
42+
xmrig = null;
43+
})
4144
(import rust-overlay)
4245
(final: prev: {
4346
cargo-pgrx = final.callPackage ./nix/cargo-pgrx/default.nix {

0 commit comments

Comments
 (0)