jetbrains-gateway icon

jetbrains-gateway 2024.3,243.21565.196

Remote development gateway by Jetbrains

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "jetbrains-gateway",
  "version": "2024.3,243.21565.196",
  "src": {
    "url": "https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2024.3-aarch64.dmg",
    "sha256": "e2ad82e41258e108fd6844a182148db036f8211dc5f69e13de899f529c0345df"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"JetBrains Gateway.app\" \"$out/Applications/JetBrains Gateway.app\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/JetBrains Gateway.app/Contents/MacOS/gateway\" \"$out/bin/gateway\""
  ],
  "meta": {
    "description": "Remote development gateway by Jetbrains",
    "homepage": "https://www.jetbrains.com/remote-development/gateway/"
  }
}