Loading pkgs/tools/misc/turbo/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ , extra-cmake-modules , fontconfig , go , testers , turbo }: let version = "1.8.3"; Loading Loading @@ -82,6 +84,8 @@ rustPlatform.buildRustPackage rec { # Browser tests time out with chromium and google-chrome doCheck = false; passthru.tests.version = testers.testVersion { package = turbo; }; meta = with lib; { description = "High-performance build system for JavaScript and TypeScript codebases"; homepage = "https://turbo.build/"; Loading Loading
pkgs/tools/misc/turbo/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ , extra-cmake-modules , fontconfig , go , testers , turbo }: let version = "1.8.3"; Loading Loading @@ -82,6 +84,8 @@ rustPlatform.buildRustPackage rec { # Browser tests time out with chromium and google-chrome doCheck = false; passthru.tests.version = testers.testVersion { package = turbo; }; meta = with lib; { description = "High-performance build system for JavaScript and TypeScript codebases"; homepage = "https://turbo.build/"; Loading