Merge pull request #73225 from evanjs/disable-angular_cli-analytics

nodePackages."@angular/cli": disable analytics
This commit is contained in:
Jörg Thalheim
2020-02-10 17:02:25 +00:00
committed by GitHub
2 changed files with 235 additions and 246 deletions

View File

@@ -7,6 +7,11 @@ let
};
in
nodePackages // {
"@angular/cli" = nodePackages."@angular/cli".override {
prePatch = ''
export NG_CLI_ANALYTICS=false
'';
};
bower2nix = nodePackages.bower2nix.override {
buildInputs = [ pkgs.makeWrapper ];
postInstall = ''

File diff suppressed because it is too large Load Diff