Commit 4811b4cb authored by Shawn8901's avatar Shawn8901
Browse files

vmagent: dont update via nixpkgs-update

parent 320b9df8
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;