diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 16:39:27 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 16:39:27 +0100 |
| commit | 6d6452b24e15e6291ba5790ede485f59d4ca28b8 (patch) | |
| tree | 54dc4a6fa98a873d9924f02c97458530ec3c5d1d /default.nix | |
| parent | 6c394afaa2c0cf008ee8c1c1a9cc860d10c50dd0 (diff) | |
| download | libs-lbm-6d6452b24e15e6291ba5790ede485f59d4ca28b8.tar.gz | |
Fixed Address boundary issues with different copy approach
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 fd36323..d46eed5 100644 --- a/default.nix +++ b/default.nix @@ -102,6 +102,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + s_poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/s_poiseulle_particles_2d_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; poiseulle_3d = pkgs.callPackage ./examples/poiseulle_3d/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
