diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-05 17:13:19 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-05 17:13:19 +0200 |
| commit | a0767a86817055744230239284441fdbb024fab5 (patch) | |
| tree | ea958f763e49f4a3a861c4436756694cd983bc97 /default.nix | |
| parent | 80deace4d4b2c93945feeec42a8269f3ba2443d2 (diff) | |
| download | libs-lbm-a0767a86817055744230239284441fdbb024fab5.tar.gz | |
WOrking on psm 2way
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 241d84a..f560d7e 100644 --- a/default.nix +++ b/default.nix @@ -132,6 +132,11 @@ in rec { inherit kel; }; + moving_poiseulle_particles_2d_psm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_psm_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; |
