Linear icon

Linear 1.31.0

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.31.0",
  "src": {
    "url": "https://releases.linear.app/Linear-1.31.0-universal.dmg",
    "sha256": "ef98de3dc1a9ecd7a11a90783cd466a1b9683bb0ce62be48acf2f38246561e78"
  },
  "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/"
  }
}