GNS3 icon

GNS3 3.0.6

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.6",
  "src": {
    "url": "https://github.com/GNS3/gns3-gui/releases/download/v3.0.6/GNS3-3.0.6.dmg",
    "sha256": "0b557edb15127ac942f422ff9bff57640bb7c10e4c0e1db331653a2a05dd12ea"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GNS3.app\" && cp -r \"GNS3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GUI for the Dynamips Cisco router emulator",
    "homepage": "https://www.gns3.com/"
  }
}