clever-tools: remove update notifications
This commit is contained in:
parent
90913cb175
commit
b6667a4e3e
@ -27,6 +27,8 @@ buildNpmPackage rec {
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
makeWrapperArgs = [ "--set NO_UPDATE_NOTIFIER true" ];
|
||||
|
||||
postInstall =
|
||||
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
|
||||
installShellCompletion --cmd clever \
|
||||
|
Loading…
Reference in New Issue
Block a user