diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-30 22:00:25 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-30 22:00:25 +0200 |
| commit | a5c654598544f2a33289664ba73a77343d301ce2 (patch) | |
| tree | f902e06419efc0175aca4c6fd5fc390650724182 /default.nix | |
| parent | f8071e48dcafc4ecefcfdaece2feeebe4d7c8bf6 (diff) | |
| parent | ea3564475a0e8431c553fb34d4b680e05c451c8a (diff) | |
| download | libs-lbm-a5c654598544f2a33289664ba73a77343d301ce2.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.nix b/default.nix index f5898ed..241d84a 100644 --- a/default.nix +++ b/default.nix @@ -126,6 +126,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + moving_poiseulle_particles_2d_fplbm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_fplbm_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; @@ -163,11 +168,6 @@ in rec { ]; }; - 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; inherit kel; |
