Page MenuHomePhabricator

[Nix] Remove /usr/bin/ from PATH
ClosedPublic

Authored by jon on Sep 6 2022, 11:00 AM.
Tags
None
Referenced Files
F3245453: D5077.diff
Thu, Nov 14, 6:28 PM
Unknown Object (File)
Sat, Nov 9, 1:39 PM
Unknown Object (File)
Sat, Nov 9, 10:01 AM
Unknown Object (File)
Sat, Nov 9, 8:48 AM
Unknown Object (File)
Sat, Nov 9, 7:21 AM
Unknown Object (File)
Wed, Oct 16, 11:25 PM
Unknown Object (File)
Wed, Oct 16, 11:25 PM
Unknown Object (File)
Wed, Oct 16, 11:24 PM
Subscribers

Details

Summary

With https://phab.comm.dev/D5076, pod-patch was updated to not
require BSD sed. This removes the workaround put in place to make that previous
workflow happy.

Depends on D5076

Test Plan
arc patch <this revision>
nix develop

# clean npm, and attempt pod install with new `pod-patch`
yarn cleaninstall
cd native/ios
pod cache clean --all
pod install

open -na xcode
# Comm project should build

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/remove-usr-bin
Lint
No Lint Coverage
Unit
No Test Coverage