TI Connect™ CE icon

TI Connect™ CE 6.0.3.619,A638B349DE8A41B98983D04D6575316B

Connectivity software for the TI-84 Plus family of graphing calculators

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ti-connect-ce # TI Connect™ CE
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ti-connect-ce # TI Connect™ CE
  ];
}

Package Definition

{
  "pname": "ti-connect-ce",
  "version": "6.0.3.619,A638B349DE8A41B98983D04D6575316B",
  "src": {
    "url": "https://education.ti.com/download/en/ed-tech/68CEDD34FDC94622B4DBD173E6A0D8C3/A638B349DE8A41B98983D04D6575316B/TIConnectCE-6.0.3.619.dmg",
    "sha256": "dbea817704bb154319f275fe4d3be79d9826f9570082ce3f959ec5d8d6e4c064"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TI Connect CE.app\" && cp -r \"TI Connect CE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Connectivity software for the TI-84 Plus family of graphing calculators",
    "homepage": "https://education.ti.com/en/products/computer-software/ti-connect-ce-sw"
  }
}