From 31627c7c0222fdcbe540e970607765d591d074ff Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sun, 22 Dec 2024 14:47:11 -0500 Subject: [PATCH] git-cinnabar: disable version check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pkgs/applications/version-management/git-cinnabar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/version-management/git-cinnabar/default.nix b/pkgs/applications/version-management/git-cinnabar/default.nix index 5a1661f1ac9d0..a2419364cdecc 100644 --- a/pkgs/applications/version-management/git-cinnabar/default.nix +++ b/pkgs/applications/version-management/git-cinnabar/default.nix @@ -45,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; + # Disable automated version-check + buildNoDefaultFeatures = true; + checkNoDefaultFeatures = true; + installPhase = '' runHook preInstall