turtl icon

turtl 0.7.2.6-sqlite-fix

Secure collaborative notebook

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "turtl",
  "version": "0.7.2.6-sqlite-fix",
  "src": {
    "url": "https://github.com/turtl/desktop/releases/download/v0.7.2.6-sqlite-fix/turtl-osx.zip",
    "sha256": "90085ffb3b97a3c5e6d01313fda6df4f74c7fe1b61b7c1388e54554db79c9a1a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Turtl.app\" && cp -r \"Turtl.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Secure collaborative notebook",
    "homepage": "https://turtlapp.com/"
  }
}