Shift icon

Shift 9.6.7.1268

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.7.1268",
  "src": {
    "url": "https://updates.tryshift.com/v9.6.7/stable/shift-v9.6.7.1268-stable-arm64.dmg",
    "sha256": "8a70d9e5a86511d5ac025e582faf18a506f38117c48fa4c337de3f5b3c97a40a"
  },
  "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/"
  }
}