TheiaIDE icon

TheiaIDE 1.59.1

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.59.1",
  "src": {
    "url": "https://download.eclipse.org/theia/ide/1.59.1/macos/TheiaIDE.dmg",
    "sha256": "b89371eee0d3a0b4dc99f802ed16b4dfca625c8e74c9bb525a7fbc1f75647663"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TheiaIDE.app\" && cp -r \"TheiaIDE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IDE framework",
    "homepage": "https://theia-ide.org/"
  }
}