Loading pkgs/tools/misc/turbo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ , capnproto }: rustPlatform.buildRustPackage rec{ pname = "turbo"; pname = "turbo-unwrapped"; version = "1.13.2"; src = fetchFromGitHub { owner = "vercel"; Loading pkgs/tools/misc/turbo/wrapper.nix 0 → 100644 +9 −0 Original line number Diff line number Diff line { lib, runCommand, makeWrapper, turbo-unwrapped , disableTelemetry ? true, disableUpdateNotifier ? true }: runCommand "turbo" { nativeBuildInputs = [ makeWrapper ]; } '' mkdir -p $out/bin makeWrapper ${turbo-unwrapped}/bin/turbo $out/bin/turbo \ ${lib.optionalString disableTelemetry "--set TURBO_TELEMETRY_DISABLED 1"} \ ${lib.optionalString disableUpdateNotifier "--add-flags --no-update-notifier"} '' pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14033,7 +14033,9 @@ with pkgs; tuptime = callPackage ../tools/system/tuptime { }; turbo = callPackage ../tools/misc/turbo { turbo = callPackage ../tools/misc/turbo/wrapper.nix { }; turbo-unwrapped = callPackage ../tools/misc/turbo { inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreServices CoreFoundation; }; Loading
pkgs/tools/misc/turbo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ , capnproto }: rustPlatform.buildRustPackage rec{ pname = "turbo"; pname = "turbo-unwrapped"; version = "1.13.2"; src = fetchFromGitHub { owner = "vercel"; Loading
pkgs/tools/misc/turbo/wrapper.nix 0 → 100644 +9 −0 Original line number Diff line number Diff line { lib, runCommand, makeWrapper, turbo-unwrapped , disableTelemetry ? true, disableUpdateNotifier ? true }: runCommand "turbo" { nativeBuildInputs = [ makeWrapper ]; } '' mkdir -p $out/bin makeWrapper ${turbo-unwrapped}/bin/turbo $out/bin/turbo \ ${lib.optionalString disableTelemetry "--set TURBO_TELEMETRY_DISABLED 1"} \ ${lib.optionalString disableUpdateNotifier "--add-flags --no-update-notifier"} ''
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14033,7 +14033,9 @@ with pkgs; tuptime = callPackage ../tools/system/tuptime { }; turbo = callPackage ../tools/misc/turbo { turbo = callPackage ../tools/misc/turbo/wrapper.nix { }; turbo-unwrapped = callPackage ../tools/misc/turbo { inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreServices CoreFoundation; };