GNS3 icon

GNS3 3.0.0

GUI for the Dynamips Cisco router emulator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gns3",
  "version": "3.0.0",
  "src": {
    "url": "https://github.com/GNS3/gns3-gui/releases/download/v3.0.0/GNS3-3.0.0.dmg",
    "sha256": "f1ffef8cff6110c2efc3e390e0ea8c26b72621c0d3261f1977e887c5cd838f39"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"GNS3.app\" \"$out/Applications/GNS3.app\""
  ],
  "meta": {
    "description": "GUI for the Dynamips Cisco router emulator",
    "homepage": "https://www.gns3.com/"
  }
}