tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
igvm-tooling: fix update script
Weijia Wang
9 months ago
89645fb7
27299af9
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ig
igvm-tooling
package.nix
+4
-2
pkgs/by-name/ig/igvm-tooling/package.nix
···
5
5
fetchpatch,
6
6
which,
7
7
acpica-tools,
8
8
-
nix-update-script,
8
8
+
unstableGitUpdater,
9
9
}:
10
10
11
11
python3.pkgs.buildPythonApplication rec {
···
62
62
find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \;
63
63
'';
64
64
65
65
-
passthru.updateScript = nix-update-script { };
65
65
+
passthru.updateScript = unstableGitUpdater {
66
66
+
tagPrefix = "igvm-";
67
67
+
};
66
68
67
69
meta = {
68
70
description = "IGVM Image Generator";