diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-28 19:17:52 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-28 19:17:52 +0200 |
| commit | 7a7d681ce70133ef0bc47a701f5b8448b15b3a29 (patch) | |
| tree | a43812d57dc11f828d50a89764a45aaa74de93bf /default.nix | |
| parent | b4ef729dcb170091695397a33fc6de99b0f42ca7 (diff) | |
| download | libs-lbm-7a7d681ce70133ef0bc47a701f5b8448b15b3a29.tar.gz | |
Dangling
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 29f4ba4..dc75b57 100644 --- a/default.nix +++ b/default.nix @@ -151,6 +151,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + poiseulle_moving_particle_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_moving_particle_2d_psm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
