HomePhabricator
Diffusion Comm af411e03c90a

[Nix] Unpin nodejs v16

Description

[Nix] Unpin nodejs v16

Summary:
Need for pinning node is no longer relevant, allow for the latest
node v16 to be available by default.

Test Plan:

nix develop

# start `yarn dev` for web scenarios
(cd landing &&  yarn dev &)
(cd web &&  yarn dev &)
(cd keyserver &&  yarn dev &)

# visit local comm instance
open http://localhost:3000/commlanding

# cleanup background processes
kill %%
kill %%
kill %%

Reviewers: atul, varun, O1 Nix

Reviewed By: atul, O1 Nix

Subscribers: ashoat, tomek, abosh

Differential Revision: https://phab.comm.dev/D5465

Details

Provenance
jonAuthored on Oct 24 2022, 7:13 AM
Reviewer
Restricted Owners Package
Differential Revision
D5465: [Nix] Unpin nodejs v16
Parents
rCOMMf858ee10b000: [ios] Update `Podfile.lock`
Branches
Unknown
Tags
Unknown