NethLink icon

NethLink 1.4.5

Link NethServer systems and provide remote access tools

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "nethlink",
  "version": "1.4.5",
  "src": {
    "url": "https://github.com/NethServer/nethlink/releases/download/v1.4.5/nethlink-1.4.5-arm64.dmg",
    "sha256": "79a431e62fe2c0da7886a37e0e166fa352df640993d3b9054977ad8ba68ef833"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/NethLink.app\" && cp -r \"NethLink.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Link NethServer systems and provide remote access tools",
    "homepage": "https://github.com/NethServer/nethlink"
  }
}