diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 12:44:17 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 12:44:17 +0100 |
| commit | e066d0e5a9efc4ac0a98960a033a13e7216cb613 (patch) | |
| tree | f549b796c9ae4eb5d419b4f70e023937739116fc /default.nix | |
| parent | b097a89f1dd01eb57e605ab2e3002fff127787af (diff) | |
| download | libs-lbm-e066d0e5a9efc4ac0a98960a033a13e7216cb613.tar.gz | |
Moving dir and fixing env error
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 2232e47..05ca001 100644 --- a/default.nix +++ b/default.nix @@ -171,6 +171,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + settling_cubes_2d_ibm_gpu = pkgs.callPackage ./examples/settling_cubes_2d_ibm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; heterogeneous_computing = pkgs.callPackage ./examples/heterogeneous_computing/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
