nodePackages.@microsoft/rush: drop

This commit is contained in:
dish
2026-02-12 16:29:48 -05:00
parent 1437b72b53
commit 708939f7ce
5 changed files with 2 additions and 3592 deletions
@@ -52,6 +52,8 @@ mapAliases {
"@maizzle/cli" = pkgs.maizzle; # added 2023-08-17
"@medable/mdctl-cli" = throw "@medable/mdctl-cli was removed because it was broken"; # added 2023-08-21
"@mermaid-js/mermaid-cli" = pkgs.mermaid-cli; # added 2023-10-01
"@microsoft/rush" =
throw "@microsoft/rush has been removed because it was unmaintainable within nixpkgs"; # Added 2026-02-12
"@nerdwallet/shepherd" = pkgs.shepherd; # added 2023-09-30
"@nestjs/cli" = pkgs.nest-cli; # Added 2023-05-06
"@prisma/language-server" = throw "@prisma/language-server has been removed because it was broken"; # added 2025-03-23
@@ -1,8 +1,5 @@
# Use this file to add `meta.mainProgram` to packages in `nodePackages`.
{
# Packages that provide multiple executables where one is clearly the `mainProgram`.
"@microsoft/rush" = "rush";
# Packages that provide a single executable.
gulp-cli = "gulp";
}
@@ -1,5 +1,4 @@
[
, "@microsoft/rush"
, "@tailwindcss/aspect-ratio"
, "@tailwindcss/forms"
, "@tailwindcss/line-clamp"
File diff suppressed because it is too large Load Diff
@@ -62,8 +62,4 @@ final: prev: {
wrapProgram "$out/bin/node2nix" --prefix PATH : ${lib.makeBinPath [ pkgs.nix ]}
'';
};
rush = prev."@microsoft/rush".override {
name = "rush";
};
}