Linear icon

Linear 1.32.1

App to manage software development and track bugs

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "linear",
  "version": "1.32.1",
  "src": {
    "url": "https://releases.linear.app/Linear-1.32.1-universal.dmg",
    "sha256": "7e1e32ee1e3ddc1be3dcaa49bf61ab32d4374dc70f197788e9bdb62b02ddfe2b"
  },
  "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/"
  }
}