Linear icon

Linear 1.27.6,250204gu0226ck2

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.27.6,250204gu0226ck2",
  "src": {
    "url": "https://download.todesktop.com/200315glz2793v6/Linear%201.27.6%20-%20Build%20250204gu0226ck2-arm64-mac.zip",
    "sha256": "08afa8d024e15d053f022b3a68be9c936bafb46cb6b34fbcefe566c328875ad3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Linear.app\" \"$out/Applications/Linear.app\""
  ],
  "meta": {
    "description": "App to manage software development and track bugs",
    "homepage": "https://linear.app/"
  }
}