TheiaIDE icon

TheiaIDE 1.71.101

IDE framework

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    theiaide # TheiaIDE
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    theiaide # TheiaIDE
  ];
}

Package Definition

{
  "pname": "theiaide",
  "version": "1.71.101",
  "src": {
    "url": "https://download.eclipse.org/theia/ide/1.71.101/macos-arm/TheiaIDE.dmg",
    "sha256": "b3461409769280ac1f6551e94812ed94d90a35153719652471b1049e292a7a68"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TheiaIDE.app\" && cp -r \"TheiaIDE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IDE framework",
    "homepage": "https://theia-ide.org/"
  }
}