Overt icon

Overt 0.6.0

Open app store

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    overt # Overt
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    overt # Overt
  ];
}

Package Definition

{
  "pname": "overt",
  "version": "0.6.0",
  "src": {
    "url": "https://github.com/GetOvert/Overt/releases/download/v0.6.0/Overt-darwin-arm64-0.6.0.zip",
    "sha256": "ba1a584b1c0a3afcefdb4dc25aebd829d8395c744b8def525bcf63b1af24d1cf"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Overt.app\" && cp -r \"Overt.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open app store",
    "homepage": "https://getovert.app/"
  }
}