Build OMNeT++ with Nix.
Note: Here are some problem to run. It can be built and run for some projects, but the build binary is not cleaned up.
The default.nix is a packed of omnetpp with IDE. But this file is a function instead of a drv directly.
Add this repo as inputs and import the packages you wanted.
N.B. This method will be removed in the future.
The pkgs.nix is a collection of drvs in this repo. It imports `<nixpkgs>` by default. So you can use it simply by nix-env or nixpkgs.fetchers with this repo’s url.
This package is uploaded on cachix, you can take a look.
- omnetpp
- osgearth
- akaroa - not free, so it is not packed by default.
- INET - website
- keetchi - repo
- OPS - repo
You have to set them by yourself with wrapProgram or use omnetpp cli arguments.