Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
orka-desktop # Orka Desktop
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
orka-desktop # Orka Desktop
];
}
Package Definition
{
"pname": "orka-desktop",
"version": "3.1.0",
"src": {
"url": "https://github.com/macstadium/orka-desktop/releases/download/3.1.0/OrkaDesktop-3.1.0.dmg",
"sha256": "9c3389511bc9fae3572a79c08f6a8dfaeb21f4b5ed79f7a0b428554659d44c51"
},
"installPhase": [
"mkdir -p \"$out/Applications/Orka Desktop.app\" && cp -r \"Orka Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "Run macOS virtual machines locally and build images for use with Orka",
"homepage": "https://github.com/macstadium/orka-desktop"
}
}