playwright-driver: fix eval on Nix 2.3 (#347114)

This commit is contained in:
Philip Taron 2024-10-07 09:59:36 -07:00 committed by GitHub
commit 36dd24b460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,7 +245,7 @@ let
# TODO check platform for revisionOverrides
"${name}-${value.revision}"
(
callPackage ./${name}.nix (
callPackage (./. + "/${name}.nix") (
{
inherit suffix system throwSystem;
inherit (value) revision;