diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-06 21:05:36 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-06 21:05:36 +0100 |
| commit | 25c85bf962e0646f8e03f67fd4982450f41ee6a6 (patch) | |
| tree | 1310dca3d2a9e372ead13d166a57db8cfcbbfe84 /default.nix | |
| parent | 507440cdf786f7a1a83bdf22371f1844910382fb (diff) | |
| download | libs-lbm-25c85bf962e0646f8e03f67fd4982450f41ee6a6.tar.gz | |
Work finished for this weekdev
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/default.nix b/default.nix index c5069e7..2b99863 100644 --- a/default.nix +++ b/default.nix @@ -147,7 +147,17 @@ in rec { inherit kel; }; - poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_gpu/.nix/derivation.nix { + 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; + }; + + poiseulle_particles_2d_hlbm_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_hlbm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; + + poiseulle_particles_2d_bgk_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_bgk_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; |
