NethLink icon

NethLink 1.0.2

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.0.2",
  "src": {
    "url": "https://github.com/NethServer/nethlink/releases/download/v1.0.2/nethlink-1.0.2.dmg",
    "sha256": "5109f6bdf6f9585dd22689cd469e836e1364cf376f3bb609fa58707bbbc49d17"
  },
  "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"
  }
}