nix: link multicall binaries with cargo-xtask
This commit is contained in:
parent
3d02eb2d51
commit
820b73e0d8
2 changed files with 21 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
rustfmt,
|
||||
clippy,
|
||||
cargo,
|
||||
taplo,
|
||||
rustPlatform,
|
||||
}:
|
||||
mkShell {
|
||||
|
@ -13,6 +14,8 @@ mkShell {
|
|||
rustfmt
|
||||
clippy
|
||||
cargo
|
||||
|
||||
taplo
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue