bpftune: add update script

This commit is contained in:
XYenon
2025-01-21 15:53:31 +08:00
parent 1371a55a79
commit ca643b4149
+6 -2
View File
@@ -9,6 +9,7 @@
libcap,
libnl,
nixosTests,
unstableGitUpdater,
}:
stdenv.mkDerivation rec {
@@ -59,8 +60,11 @@ stdenv.mkDerivation rec {
"zerocallusedregs"
];
passthru.tests = {
inherit (nixosTests) bpftune;
passthru = {
tests = {
inherit (nixosTests) bpftune;
};
updateScript = unstableGitUpdater { };
};
enableParallelBuilding = true;