Skip to content

fix (CI): Update Nix NPM package name#1375

Merged
thomas-zimmerman merged 2 commits intomasterfrom
nix-update
Apr 23, 2026
Merged

fix (CI): Update Nix NPM package name#1375
thomas-zimmerman merged 2 commits intomasterfrom
nix-update

Conversation

@jacobgkau
Copy link
Copy Markdown
Member

On a freshly installed system, nix-shell was erroring out for me because the old nodePackages.npm package has been removed from the Nix package repository (see e.g. NixOS/nixpkgs#489959). When I swapped this out with pkgs.prefetch-npm-deps, the nix-shell build ran successfully, and I was then able to run npm ci and npm start within the Nix shell as expected.

@jacobgkau jacobgkau requested review from a team April 21, 2026 22:02
@jacobgkau jacobgkau requested a review from a team April 21, 2026 22:03
Copy link
Copy Markdown
Member

@leviport leviport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like everything is still working nicely after the update

Copy link
Copy Markdown
Contributor

@thomas-zimmerman thomas-zimmerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also works with an existing nix setup. There were some updates pulled but npm start worked.

@thomas-zimmerman thomas-zimmerman merged commit 33a2cf1 into master Apr 23, 2026
3 checks passed
@thomas-zimmerman thomas-zimmerman deleted the nix-update branch April 23, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants