mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
waagent: remove passthru.updateScript as it is not needed for nixpkgs-update
This commit is contained in:
parent
d3d6adec36
commit
c198f97a75
1 changed files with 2 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue