Elasticvue icon

Elasticvue 1.14.0

Elasticsearch GUI

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "elasticvue",
  "version": "1.14.0",
  "src": {
    "url": "https://github.com/cars10/elasticvue/releases/download/v1.14.0/elasticvue_1.14.0_aarch64.dmg",
    "sha256": "865c29f0032cc4f7766022ab9c498a68da8842aa8da7f95bca4c129ad0d698ab"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/elasticvue.app\" && cp -r \"elasticvue.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Elasticsearch GUI",
    "homepage": "https://elasticvue.com/"
  }
}