Unless a user has their shell configured to add the subdirectory to
their path, then applications installed through cargo such as cargo-lipo will
not be found.
Details
Details
- Reviewers
atul varun - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Owners Package (Owns No Changed Paths) - Commits
- rCOMM39799a0c43cc: [Nix] Ensure cargo bin is on PATH
nix develop echo $PATH | grep .cargo/bin > /dev/null && echo "Cargo bin present"
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable