Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
camera-live # Camera Live
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
camera-live # Camera Live
];
} Package Definition
{
"pname": "camera-live",
"version": "11",
"src": {
"url": "https://github.com/v002/v002-Camera-Live/releases/download/11/Camera.Live.zip",
"sha256": "4c7a6ecdbec677a6fbbb90af427e54b0d429278c87b49966c6448ce065c78e75"
},
"installPhase": [
"mkdir -p \"$out/Applications/Camera Live.app\" && cp -r \"Camera Live.app\" \"$out/Applications\""
],
"meta": {
"description": "Syphon server for connected Canon DSLR cameras",
"homepage": "https://github.com/v002/v002-Camera-Live"
}
}