Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
castr # castr
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
castr # castr
];
} Package Definition
{
"pname": "castr",
"version": "3.1.0",
"src": {
"url": "https://download.todesktop.com/210610elr9v3cm6/Castr%203.1.0-arm64-mac.zip",
"sha256": "bb1876f1ba051f08c7bf32e6681341bf03c8c410267294e4490c9e357fb16455"
},
"installPhase": [
"mkdir -p \"$out/Applications/Castr.app\" && cp -r \"Castr.app\" \"$out/Applications\""
],
"meta": {
"description": "Desktop application for controlling Castr streaming platform",
"homepage": "https://castr.io/"
}
}