7777 icon

7777 1.2.1

Remote AWS database on local port 7777

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "7777",
  "version": "1.2.1",
  "src": {
    "url": "https://releases.port7777.com/1.2.1/macos/7777",
    "sha256": "1aec08c7148f88b0ba3dac5451414f804d397de8f0c216e41d91d2034271eac9"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"7777\" \"$out/bin/7777\""
  ],
  "meta": {
    "description": "Remote AWS database on local port 7777",
    "homepage": "https://port7777.com/"
  }
}