Skip to content

Commit

Permalink
tempo: add passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Jan 14, 2025
1 parent a8bbac6 commit a60c98c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/te/tempo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
buildGo122Module,
fetchFromGitHub,
nix-update-script,
}:

# Does not build with Go 1.23
Expand Down Expand Up @@ -39,6 +40,8 @@ buildGo122Module rec {
# tests use docker
doCheck = false;

passthru.updateScript = nix-update-script { };

meta = with lib; {
description = "High volume, minimal dependency trace storage";
license = licenses.asl20;
Expand Down

0 comments on commit a60c98c

Please sign in to comment.