mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
vector: add update script to derivation
This commit is contained in:
parent
4e37151703
commit
88984cfeee
@ -1,5 +1,5 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||
let
|
||||
let
|
||||
pinData = lib.importJSON ./pin.json;
|
||||
in
|
||||
buildGoModule rec {
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user