diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/default.nix b/default.nix index c8e99f5..99e306a 100644 --- a/default.nix +++ b/default.nix @@ -122,6 +122,11 @@ in rec { inherit kel; }; + moving_poiseulle_particles_2d_hlbm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_hlbm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + poiseulle_particles_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_psm_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; @@ -202,8 +207,6 @@ in rec { examples.poiseulle_particles_2d_ibm_gpu ]; }; - - }; default = release.examples; |
