diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 21944a8..d3692b6 100644 --- a/default.nix +++ b/default.nix @@ -228,6 +228,11 @@ in rec { inherit kel; }; + ops_2d = pkgs.callPackage ./examples/one_particle_sedimentation_2d/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + heterogeneous_computing = pkgs.callPackage ./examples/heterogeneous_computing/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; |
