Celestia icon

Celestia 1.6.4

Space simulation for exploring the universe in three dimensions

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "celestia",
  "version": "1.6.4",
  "src": {
    "url": "https://github.com/CelestiaProject/Celestia/releases/download/1.6.4/celestia-1.6.4-macOS.zip",
    "sha256": "bfb0d0070be9a240a9e3df39495a43223a18dc7757f523ba71dbe8f0bdcaf9e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Celestia.app\" && cp -r \"Celestia.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Space simulation for exploring the universe in three dimensions",
    "homepage": "https://celestiaproject.space/"
  }
}