Commit 31627c7c authored by Andrew Marshall's avatar Andrew Marshall
Browse files

git-cinnabar: disable version check

Not very useful when installed via Nix, and is generally undesirable
telemetry. This has the slight downside that new default features may
need to be audited upon version updates, current upstream master has
more upstream features but they are for determining the version via Git,
which also doesn’t apply to us.
parent 88195a94
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: {

  enableParallelBuilding = true;

  # Disable automated version-check
  buildNoDefaultFeatures = true;
  checkNoDefaultFeatures = true;

  installPhase = ''
    runHook preInstall