Skip to content

Commit

Permalink
vector: add update script to derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored and Yt committed Dec 17, 2022
1 parent 4e37151 commit 88984cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/monitoring/mimir/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
let
let
pinData = lib.importJSON ./pin.json;
in
buildGoModule rec {
Expand Down
5 changes: 4 additions & 1 deletion pkgs/tools/misc/vector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 88984cf

Please sign in to comment.