amp-cli: disable update check (#445214)

This commit is contained in:
Aleksana
2025-11-25 01:16:28 +00:00
committed by GitHub
+2 -1
View File
@@ -66,7 +66,8 @@ buildNpmPackage (finalAttrs: {
postInstall = ''
wrapProgram $out/bin/amp \
--prefix PATH : ${lib.makeBinPath [ ripgrep ]}
--prefix PATH : ${lib.makeBinPath [ ripgrep ]} \
--set AMP_SKIP_UPDATE_CHECK 1
'';
passthru.updateScript = ./update.sh;