Unverified Commit 4d2ab0c3 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

igvm-tooling: fix update script (#344190)

parents ee496a45 89645fb7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchpatch,
  which,
  acpica-tools,
  nix-update-script,
  unstableGitUpdater,
}:

python3.pkgs.buildPythonApplication rec {
@@ -62,7 +62,9 @@ python3.pkgs.buildPythonApplication rec {
    find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \;
  '';

  passthru.updateScript = nix-update-script { };
  passthru.updateScript = unstableGitUpdater {
    tagPrefix = "igvm-";
  };

  meta = {
    description = "IGVM Image Generator";