Astro Editor icon

Astro Editor 1.0.2

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.2",
  "src": {
    "url": "https://github.com/dannysmith/astro-editor/releases/download/v1.0.2/Astro.Editor_1.0.2_universal.dmg",
    "sha256": "ab0a65e96df019de46e8c0b43f2791bef1b08f3da247e8bb190927502ca6e5f3"
  },
  "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/"
  }
}