Remove invalid npm package from nodejs language packages (bundled with nodejs)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
languagePackages = {
|
languagePackages = {
|
||||||
rust = with pkgs; [ rustup cargo-deny cargo-edit ];
|
rust = with pkgs; [ rustup cargo-deny cargo-edit ];
|
||||||
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv ];
|
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv ];
|
||||||
nodejs = with pkgs; [ nodejs npm pnpm ];
|
nodejs = with pkgs; [ nodejs pnpm ];
|
||||||
go = with pkgs; [ go golangci-lint ];
|
go = with pkgs; [ go golangci-lint ];
|
||||||
ruby = with pkgs; [ ruby bundler ];
|
ruby = with pkgs; [ ruby bundler ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user