Unverified Commit 13928b09 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

amp-cli: disable update check (#445214)

parents fa16fc40 219b4746
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;