Lagrange icon

Lagrange 1.20.6

Desktop GUI client for browsing Geminispace

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "lagrange",
  "version": "1.20.6",
  "src": {
    "url": "https://git.skyjake.fi/gemini/lagrange/releases/download/v1.20.6/lagrange_v1.20.6_macos11.0-arm64.tbz",
    "sha256": "004c62a97031b3292081977bd4bce94fb0a846f64c42b40d9fecf6c29311953b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Lagrange.app\" && cp -r \"Lagrange.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop GUI client for browsing Geminispace",
    "homepage": "https://gmi.skyjake.fi/lagrange/"
  }
}