Page MenuHomePhabricator

[Nix] Update Nixpkgs
ClosedPublic

Authored by jon on Dec 29 2022, 10:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 2:53 PM
Unknown Object (File)
Apr 13 2024, 12:44 AM
Unknown Object (File)
Apr 7 2024, 4:17 PM
Unknown Object (File)
Apr 7 2024, 4:17 PM
Unknown Object (File)
Apr 7 2024, 4:15 PM
Unknown Object (File)
Apr 7 2024, 3:52 PM
Unknown Object (File)
Apr 2 2024, 12:27 AM
Unknown Object (File)
Apr 2 2024, 12:27 AM
Subscribers

Details

Reviewers
ashoat
varun
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rCOMM8c2a50a18e79: [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:

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable