conduit-next: depend only on cargo and rustc instead of whole toolchain
This commit is contained in:
parent
762fe0f04a
commit
d46e1d0f32
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,12 @@
|
|||
darwin,
|
||||
rustPlatform,
|
||||
}: let
|
||||
crane' = crane.overrideToolchain fenix.stable.toolchain;
|
||||
rust = with fenix;
|
||||
combine [
|
||||
stable.cargo
|
||||
stable.rustc
|
||||
];
|
||||
crane' = crane.overrideToolchain rust;
|
||||
in
|
||||
crane'.buildPackage {
|
||||
inherit src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue