Skip to content

Commit

Permalink
git-cinnabar: disable version check (#367438)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 12, 2025
2 parents 2b909d5 + 31627c7 commit 7025e24
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;

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

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 7025e24

Please sign in to comment.