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.2.1",
"src": {
"url": "https://github.com/NethServer/nethlink/releases/download/v1.2.1/nethlink-1.2.1-arm64.dmg",
"sha256": "a05e27f8ed112016bced3d9c4fe83d6d4418fd9070da9804ca29972778344065"
},
"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"
}
}