TheiaIDE icon

TheiaIDE 1.67.100

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