Astro Editor icon

Astro Editor 1.0.5

Markdown editor for Astro content collections

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    astro-editor # Astro Editor
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    astro-editor # Astro Editor
  ];
}

Package Definition

{
  "pname": "astro-editor",
  "version": "1.0.5",
  "src": {
    "url": "https://github.com/dannysmith/astro-editor/releases/download/v1.0.5/Astro.Editor_1.0.5_universal.dmg",
    "sha256": "b6c47d8d1cd085a5e570054615760df85307e0689d7a662bd7c1ee5d60a93b50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Astro Editor.app\" && cp -r \"Astro Editor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Markdown editor for Astro content collections",
    "homepage": "https://astroeditor.danny.is/"
  }
}