vsce: use finalAttrs.finalPackage in testers.testVersion
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user