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 8724de1..2f97e99 100644 --- a/default.nix +++ b/default.nix @@ -73,6 +73,11 @@ in rec { inherit kel-lbm; }; + particles_gpu = pkgs.callPackage ./examples/particles_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel-lbm; + }; + heterogeneous_computing = pkgs.callPackage ./examples/heterogeneous_computing/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel-lbm; |
