Outline icon

Outline 1.5.1,260327nwr8ulsko

Knowledge management tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "getoutline",
  "version": "1.5.1,260327nwr8ulsko",
  "src": {
    "url": "https://download.todesktop.com/2211128hgkdcltv/Outline%201.5.1%20-%20Build%20260327nwr8ulsko-arm64.dmg",
    "sha256": "f55ab3dc94fd39fbcb95366aff8ffc6283bd68664feaf7e67bc43fef99623ffb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Outline.app\" && cp -r \"Outline.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Knowledge management tool",
    "homepage": "https://getoutline.com/"
  }
}