mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
playwright-driver: fix eval on Nix 2.3 (#347114)
This commit is contained in:
commit
36dd24b460
@ -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