Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
elgato-studio # Elgato Studio
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
elgato-studio # Elgato Studio
];
} Package Definition
{
"pname": "elgato-studio",
"version": "1.0.3.877",
"src": {
"url": "https://edge.elgato.com/egc/macos/estm/release/ElgatoStudio-1.0.3.877.dmg",
"sha256": "0e997a4bc5b029b6adfba607264be38f2142d9254e1ae1c68bdd9e71b56bb132"
},
"installPhase": [
"mkdir -p \"$out/Applications/Elgato Studio.app\" && cp -r \"Elgato Studio.app\" \"$out/Applications\""
],
"meta": {
"description": "Capture and manage Elgato devices for content creation",
"homepage": "https://www.elgato.com/ww/en/s/downloads"
}
}