vector: add update script to derivation

This commit is contained in:
happysalada 2022-12-17 13:16:34 -05:00 committed by Yt
parent 4e37151703
commit 88984cfeee
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
let
let
pinData = lib.importJSON ./pin.json;
in
buildGoModule rec {

View File

@ -103,7 +103,10 @@ rustPlatform.buildRustPackage {
''}
'';
passthru = { inherit features; };
passthru = {
inherit features;
updateScript = ./update.sh;
};
meta = with lib; {
description = "A high-performance logs, metrics, and events router";