parca-agent: add nix-update-script

This commit is contained in:
Jon Seager
2025-05-27 11:38:01 +01:00
parent 1631477a61
commit b937812e01
+3
View File
@@ -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";