mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-06-07 15:17:40 +00:00
Nix integration
This commit is contained in:
parent
89a5ee979d
commit
f6d01996eb
18 changed files with 616 additions and 24 deletions
5
ns3-simulations/nix/default.nix
Normal file
5
ns3-simulations/nix/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
with (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/19.03.tar.gz") {});
|
||||
rec {
|
||||
ns3 = callPackage ./ns3 { inherit stdenv; inherit fetchurl; inherit python; inherit gsl; };
|
||||
simulator = callPackage ./simulator { inherit stdenv; inherit ns3; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue