7777 icon

7777 1.2.0

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.0",
  "src": {
    "url": "https://releases.port7777.com/1.2.0/macos/7777",
    "sha256": "3a92a789cd231505e6c55e3041c2b1c61d8d0a3451ff78b182fb9fae9e0e365c"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"7777\" \"$out/bin/7777\""
  ],
  "meta": {
    "description": "Remote AWS database on local port 7777",
    "homepage": "https://port7777.com/"
  }
}