Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ovice # ovice
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ovice # ovice
];
}
Package Definition
{
"pname": "ovice",
"version": "1.16.3",
"src": {
"url": "https://assets.ovice.io/desktop-apps/stable/darwin/arm64/ovice-darwin-arm64-1.16.3.zip",
"sha256": "6e9e34f5381c5ae3b2ef9a6a92f3a1e36e822ff17bd1ac103e29b0295fe33bdc"
},
"installPhase": [
"mkdir -p \"$out/Applications/ovice.app\" && cp -r \"ovice.app\" \"$out/Applications\""
],
"meta": {
"description": "Virtual workplace for distributed teams",
"homepage": "https://www.ovice.com/"
}
}