Outline icon

Outline 1.6.0,260416fn931b31i

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.6.0,260416fn931b31i",
  "src": {
    "url": "https://download.todesktop.com/2211128hgkdcltv/Outline%201.6.0%20-%20Build%20260416fn931b31i-arm64.dmg",
    "sha256": "6aa6257a95e594a65a370532d04ebe8a53983d4accfc1a6921bb03ac035cd88f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Outline.app\" && cp -r \"Outline.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Knowledge management tool",
    "homepage": "https://getoutline.com/"
  }
}