nodePackages.@angular/cli: drop

This commit is contained in:
dish
2026-02-12 16:29:48 -05:00
parent 54daa2e3c2
commit 1437b72b53
5 changed files with 1 additions and 1560 deletions
@@ -33,6 +33,7 @@ let
in
mapAliases {
"@angular/cli" = throw "@angular/cli was removed because it was unmaintainable in nixpkgs"; # Added 2026-02-12
"@antfu/ni" = pkgs.ni; # Added 2025-11-08
"@antora/cli" = pkgs.antora; # Added 2023-05-06
"@astrojs/language-server" = pkgs.astro-language-server; # Added 2024-02-12
@@ -4,6 +4,5 @@
"@microsoft/rush" = "rush";
# Packages that provide a single executable.
"@angular/cli" = "ng";
gulp-cli = "gulp";
}
@@ -1,5 +1,4 @@
[
"@angular/cli"
, "@microsoft/rush"
, "@tailwindcss/aspect-ratio"
, "@tailwindcss/forms"
File diff suppressed because it is too large Load Diff
@@ -20,19 +20,6 @@ in
final: prev: {
inherit nodejs;
"@angular/cli" = prev."@angular/cli".override {
prePatch = ''
export NG_CLI_ANALYTICS=false
'';
nativeBuildInputs = [ pkgs.installShellFiles ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
for shell in bash zsh; do
installShellCompletion --cmd ng \
--$shell <($out/bin/ng completion script)
done
'';
};
node2nix = prev.node2nix.override {
# Get latest commit for misc fixes
src = fetchFromGitHub {