nodePackages.@angular/cli: drop
This commit is contained in:
@@ -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"
|
||||
|
||||
-1545
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 {
|
||||
|
||||
Reference in New Issue
Block a user