Merge pull request #73225 from evanjs/disable-angular_cli-analytics
nodePackages."@angular/cli": disable analytics
This commit is contained in:
commit
21e15001d7
@ -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
Loading…
Reference in New Issue
Block a user