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.30.0",
"src": {
"url": "https://releases.linear.app/Linear-1.30.0-universal.dmg",
"sha256": "81802428822e83a10997f2b5545fc00102c9444ddb340d705754b3517c50fc86"
},
"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/"
}
}