Skip to content

Commit

Permalink
waagent: remove passthru.updateScript as it is not needed for nixpkgs…
Browse files Browse the repository at this point in the history
…-update
  • Loading branch information
codgician committed Dec 20, 2024
1 parent 64bb0be commit 0a9ec12
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/by-name/wa/waagent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
lib,
python3,
bash,
gitUpdater,
nixosTests,
}:

Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 0a9ec12

Please sign in to comment.