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.29.0",
"src": {
"url": "https://github.com/eez-open/studio/releases/download/v0.29.0/EEZ.Studio-0.29.0-arm64-mac.zip",
"sha256": "4d93276d367b183c6959284ba06cc1b909e48594c821a292d541bc662359cf46"
},
"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/"
}
}