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 706c48f..316ea80 100644 --- a/default.nix +++ b/default.nix @@ -119,6 +119,11 @@ in rec { inherit kel; }; + poiseulle_3d_gpu = pkgs.callPackage ./examples/poiseulle_3d_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + cavity_2d = pkgs.callPackage ./examples/cavity_2d/.nix/derivation.nix { inherit pname version stdenv forstio; inherit kel; |
