Skip to content

Commit

Permalink
fixup change of buildGoModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Mar 10, 2025
1 parent 2e3cb52 commit cbbc671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vi/victoriametrics/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib,
buildGo124Module,
buildGoModule,
fetchFromGitHub,
nixosTests,
withServer ? true, # the actual metrics server
Expand All @@ -12,7 +12,7 @@
withVictoriaLogs ? true, # logs server
}:

buildGo124Module rec {
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.113.0";

Expand Down

0 comments on commit cbbc671

Please sign in to comment.