Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ssokit # SSokit
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ssokit # SSokit
];
} Package Definition
{
"pname": "ssokit",
"version": "1.2.1",
"src": {
"url": "https://github.com/rangaofei/SSokit-qmake/releases/download/1.2.1/SSokit_1.2.1.dmg",
"sha256": "830006cbb59dc3529dfae91f30ee1b1362f9be5952a599e9083d5fcaed710e34"
},
"installPhase": [
"mkdir -p \"$out/Applications/SSokit.app\" && cp -r \"SSokit.app\" \"$out/Applications\""
],
"meta": {
"description": "TCP and UDP debug tool",
"homepage": "https://github.com/rangaofei/SSokit-qmake"
}
}