vsce: use finalAttrs.finalPackage in testers.testVersion

This commit is contained in:
Aaron Jheng
2025-08-05 15:20:45 +08:00
parent b715e02c90
commit 28ceb089dc
+1 -2
View File
@@ -6,7 +6,6 @@
libsecret,
python3,
testers,
vsce,
nix-update-script,
}:
@@ -39,7 +38,7 @@ buildNpmPackage (finalAttrs: {
passthru = {
tests.version = testers.testVersion {
package = vsce;
package = finalAttrs.finalPackage;
};
updateScript = nix-update-script {
extraArgs = [