Use the provided cargo instead of infinite loop

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-03-04 15:25:36 +01:00
parent aa5eda3c9a
commit 8c55f225dc

View file

@ -1,5 +1,6 @@
{
pkgs,
craneLib,
cargo-dylint,
@ -47,7 +48,7 @@ let
''
) driverMap}
*)
exec cargo "$@"
exec ${craneLib.cargo}/bin/cargo "$@"
;;
esac
'';