Use the provided cargo instead of infinite loop
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
aa5eda3c9a
commit
8c55f225dc
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
craneLib,
|
||||
|
||||
cargo-dylint,
|
||||
|
||||
|
|
@ -47,7 +48,7 @@ let
|
|||
''
|
||||
) driverMap}
|
||||
*)
|
||||
exec cargo "$@"
|
||||
exec ${craneLib.cargo}/bin/cargo "$@"
|
||||
;;
|
||||
esac
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue