playwright-driver: fix eval on Nix 2.3

This commit is contained in:
Philip Taron 2024-10-07 08:15:05 -07:00
parent 79dcfec807
commit 72c938e77a
No known key found for this signature in database

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;