Linear icon

Linear 1.28.2,250707khspa7ni0

App to manage software development and track bugs

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "linear-linear",
  "version": "1.28.2,250707khspa7ni0",
  "src": {
    "url": "https://download.todesktop.com/200315glz2793v6/Linear%201.28.2%20-%20Build%20250707khspa7ni0-arm64-mac.zip",
    "sha256": "f86af8d49af0720417c469e38b80596a2a3fac983c3c66123588e20b2798834b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Linear.app\" && cp -r \"Linear.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App to manage software development and track bugs",
    "homepage": "https://linear.app/"
  }
}