mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35: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,
|
lib,
|
||||||
python3,
|
python3,
|
||||||
bash,
|
bash,
|
||||||
gitUpdater,
|
|
||||||
nixosTests,
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -65,13 +64,8 @@ python.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
dontWrapPythonPrograms = false;
|
dontWrapPythonPrograms = false;
|
||||||
|
|
||||||
passthru = {
|
passthru.tests = {
|
||||||
tests = {
|
inherit (nixosTests) waagent;
|
||||||
inherit (nixosTests) waagent;
|
|
||||||
};
|
|
||||||
updateScript = gitUpdater {
|
|
||||||
rev-prefix = "v";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue