Flanders IP Remote Utility icon

Flanders IP Remote Utility 1.9.11

Management of Flanders Scientific hardware

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ipremoteutility # Flanders IP Remote Utility
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ipremoteutility # Flanders IP Remote Utility
  ];
}

Package Definition

{
  "pname": "ipremoteutility",
  "version": "1.9.11",
  "src": {
    "url": "https://www.flandersscientific.com/ip-remote/release/IPRemoteUtility-1.9.11-macOS.zip",
    "sha256": "6398e3979970d09ace6dd06fa21617ab3a722ca35d35321ed17926f84f5bd378"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"IPRemoteUtility.app\" \"$out/Applications/IPRemoteUtility.app\""
  ],
  "meta": {
    "description": "Management of Flanders Scientific hardware",
    "homepage": "https://www.flandersscientific.com/ip-remote/"
  }
}