parca-agent: add nix-update-script
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
stdenv,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@@ -35,6 +36,8 @@ buildGoModule rec {
|
||||
"netgo"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "eBPF based, always-on profiling agent";
|
||||
homepage = "https://github.com/parca-dev/parca-agent";
|
||||
|
||||
Reference in New Issue
Block a user