mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
playwright-driver: fix eval on Nix 2.3
This commit is contained in:
parent
79dcfec807
commit
72c938e77a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user