eul icon

eul 1.6.2

Status monitoring

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "eul",
  "version": "1.6.2",
  "src": {
    "url": "https://github.com/gao-sun/eul/releases/download/v1.6.2/eul.app.zip",
    "sha256": "09b036f1e934472d55a0417e2a3ce736559caf81a38537c94ab2c6331f258851"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/eul.app\" && cp -r \"eul.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Status monitoring",
    "homepage": "https://github.com/gao-sun/eul"
  }
}