Update to version of nixpkgs which has localstack
working again.
Details
Details
- Reviewers
ashoat varun - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) - Commits
- rCOMM8c2a50a18e79: [Nix] Update Nixpkgs
Nixpkgs covers almost all scenarios:
# If using the nix provided services pkill mariadb redis nix develop yarn cleaninstall # In a new terminal nix develop cd keyserver yarn dev # In a new terminal nix develop cd landing yarn dev # In a new terminal nix develop cd native yarn dev # In a new terminal nix develop cd web yarn dev # In a new terminal nix develop cd native yarn react-native run-ios # In a new terminal nix develop cd native yarn react-native run-android
You should be able to:
- Visit http://localhost:3000/comm/ without issue
- Visit http://localhost:3000/commlanding/ without issue
- Use Comm on iOS simulator
- Use Comm on Android simulator
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- jonringer/update-nixpkgs
- Lint
No Lint Coverage - Unit
No Test Coverage