waagent: remove passthru.updateScript as it is not needed for nixpkgs-update

This commit is contained in:
codgician 2024-12-20 19:27:53 +08:00
parent d3d6adec36
commit c198f97a75
No known key found for this signature in database

View file

@ -4,7 +4,6 @@
lib,
python3,
bash,
gitUpdater,
nixosTests,
}:
@ -65,13 +64,8 @@ python.pkgs.buildPythonApplication rec {
dontWrapPythonPrograms = false;
passthru = {
tests = {
inherit (nixosTests) waagent;
};
updateScript = gitUpdater {
rev-prefix = "v";
};
passthru.tests = {
inherit (nixosTests) waagent;
};
meta = {