Page MenuHomePhabricator

[Nix] Update Nixpkgs
ClosedPublic

Authored by jon on Dec 29 2022, 10:44 AM.
Tags
None
Referenced Files
F3504996: D6107.id20520.diff
Fri, Dec 20, 11:55 AM
F3504959: D6107.id20385.diff
Fri, Dec 20, 11:34 AM
F3503691: D6107.diff
Fri, Dec 20, 6:10 AM
Unknown Object (File)
Sat, Nov 30, 6:56 AM
Unknown Object (File)
Thu, Nov 28, 11:18 AM
Unknown Object (File)
Thu, Nov 28, 11:18 AM
Unknown Object (File)
Nov 4 2024, 1:20 AM
Unknown Object (File)
Oct 27 2024, 5:33 PM
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