Aether icon

Aether 2.0.0-dev.15,2011262249.19338c93

Peer-to-peer ephemeral public communities

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "aether",
  "version": "2.0.0-dev.15,2011262249.19338c93",
  "src": {
    "url": "https://static.getaether.net/Releases/Aether-2.0.0-dev.15/2011262249.19338c93/mac/Aether-2.0.0-dev.15%2B2011262249.19338c93.dmg",
    "sha256": "87bb9f70525025dadb1d00328f37ee075fe3866044d092a9533e7df71653aca7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aether.app\" && cp -r \"Aether.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Peer-to-peer ephemeral public communities",
    "homepage": "https://getaether.net/"
  }
}