Usage of nvm is largely irrelevant with nix.
Remove a lot of unneeded node pinning
Differential D4818
[Keyserver] Remove usages of nvm • jon on Aug 11 2022, 4:19 PM. Authored by Tags None Referenced Files
Details Usage of nvm is largely irrelevant with nix. Remove a lot of unneeded node pinning nix develop # keyserver workflow nix run .#mariadb-up # should only need to be done once per system boot (cd web && yarn dev &) (cd keyserver && yarn dev &) # assert able get to web
Diff Detail
Event TimelineComment Actions This isn't going to be merged anytime soon as people need to migrate over to nix, but thought I would throw up a diff Comment Actions Should link the relevant Linear issue in the diff summary whenever you put up a diff. In terms of the current test plan, confirmed that it works for me since I did it with @jon. However, as @ashoat noted in the Linear issue:
So if once you confirm git grep nvm returned no results (and should probably add this in the test plan), I'll accept. Also feels good to see source-nvm.sh burn, the amount of work just to use [[ ]] instead of [ ] in that file (which we ended up not even doing, boo sh) was annoying 😂 Adding @ashoat, @atul, and @tomek as reviewers to this diff to get more eyes on it. (Feel free to change blocking status.) |