nix: link multicall binaries with cargo-xtask

This commit is contained in:
raf 2025-07-22 22:42:17 +03:00
commit 5da88c47d1
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}";