Realm Studio icon

Realm Studio 15.2.1

Tool for the Realm Database and Realm Platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mongodb-realm-studio # Realm Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mongodb-realm-studio # Realm Studio
  ];
}

Package Definition

{
  "pname": "mongodb-realm-studio",
  "version": "15.2.1",
  "src": {
    "url": "https://github.com/realm/realm-studio/releases/download/v15.2.1/Realm.Studio-15.2.1.dmg",
    "sha256": "cdc7af2ccd8de7055f3a7fef59db8a0bc7154eed7ddb2a3a70dc60231b7b7a58"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Realm Studio.app\" && cp -r \"Realm Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool for the Realm Database and Realm Platform",
    "homepage": "https://realm.io/products/realm-studio/"
  }
}