Shift icon

Shift 9.6.4.1231

Workstation to streamline your accounts, apps, and workflows

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shift",
  "version": "9.6.4.1231",
  "src": {
    "url": "https://updates.tryshift.com/v9.6.4/stable/shift-v9.6.4.1231-stable-arm64.dmg",
    "sha256": "51210315db71db2be06d95bacad1921c73011f0c62c239cd1cfa527189d255c5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shift.app\" && cp -r \"Shift.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Workstation to streamline your accounts, apps, and workflows",
    "homepage": "https://shift.com/"
  }
}