Unverified Commit 1e38ce3c authored by Yorick's avatar Yorick Committed by GitHub
Browse files

Merge pull request #328097 from Shawn8901/vmagent_no_update

vmagent: dont update via nixpkgs-update
parents 8e4972d6 4811b4cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ lib, victoriametrics }:

# This package is build out of the victoriametrics package.
# so no separat update prs are needed for vmagent
# nixpkgs-update: no auto update
lib.addMetaAttrs { mainProgram = "vmagent"; } (
  victoriametrics.override {
    withServer = false;