Skip to content

Commit

Permalink
git-cinnabar: disable version check
Browse files Browse the repository at this point in the history
Not very useful when installed via Nix, and is generally undesirable
telemetry.
  • Loading branch information
amarshall committed Jan 3, 2025
1 parent 88195a9 commit f9910fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/version-management/git-cinnabar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: {

enableParallelBuilding = true;

postPatch = ''
substituteInPlace Cargo.toml --replace-fail 'default = ["version-check"]' 'default = []'
'';

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit f9910fe

Please sign in to comment.