Stellarium icon

Stellarium 25.4

Tool to render realistic skies in real time on the screen

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "stellarium",
  "version": "25.4",
  "src": {
    "url": "https://github.com/Stellarium/stellarium/releases/download/v25.4/Stellarium-25.4-qt6-macOS.zip",
    "sha256": "9f611d8620ebe05eb6402fa200f1ba718c9f55176807b8717b5294cf011849b7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Stellarium.app\" && cp -r \"Stellarium.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to render realistic skies in real time on the screen",
    "homepage": "https://stellarium.org/"
  }
}