EEZ Studio icon

EEZ Studio 0.27.1

Visual tool for GUI development and T&M automation

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    eez-studio # EEZ Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    eez-studio # EEZ Studio
  ];
}

Package Definition

{
  "pname": "eez-studio",
  "version": "0.27.1",
  "src": {
    "url": "https://github.com/eez-open/studio/releases/download/v0.27.1/EEZ.Studio-0.27.1-arm64-mac.zip",
    "sha256": "bf083a48d0167ab4203a51f55318ae1690b77be598868751c37a7dad0d4966a0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/EEZ Studio.app\" && cp -r \"EEZ Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Visual tool for GUI development and T&M automation",
    "homepage": "https://www.envox.eu/studio/studio-introduction/"
  }
}