diff --git a/pkgs/development/tools/esbuild/netlify.nix b/pkgs/development/tools/esbuild/netlify.nix index 939458892f04..6520c53dd1f4 100644 --- a/pkgs/development/tools/esbuild/netlify.nix +++ b/pkgs/development/tools/esbuild/netlify.nix @@ -2,6 +2,7 @@ , buildGoModule , fetchFromGitHub , fetchpatch +, netlify-cli }: buildGoModule rec { @@ -29,6 +30,12 @@ buildGoModule rec { }) ]; + passthru = { + tests = { + inherit netlify-cli; + }; + }; + meta = with lib; { description = "A fork of esbuild maintained by netlify"; homepage = "https://github.com/netlify/esbuild";