[Nix] Update Nixpkgs
Summary:
Update to version of nixpkgs which has localstack
working again.
Part of https://linear.app/comm/issue/ENG-2470
Test Plan:
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
Reviewers: ashoat, varun, O1 Nix
Reviewed By: ashoat, varun, O1 Nix
Subscribers: tomek, atul
Differential Revision: https://phab.comm.dev/D6107