nix: link multicall binaries with cargo-xtask

This commit is contained in:
raf 2025-07-22 22:42:17 +03:00
commit 820b73e0d8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 21 additions and 0 deletions

View file

@ -4,6 +4,7 @@
rustfmt,
clippy,
cargo,
taplo,
rustPlatform,
}:
mkShell {
@ -13,6 +14,8 @@ mkShell {
rustfmt
clippy
cargo
taplo
];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";