igvm-tooling: fix update script

This commit is contained in:
Weijia Wang 2025-04-20 09:55:01 +02:00
parent 27299af9e6
commit 89645fb7df

View file

@ -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";