diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-22 17:24:22 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-22 17:24:22 +0200 |
| commit | ef0e7d1104077082663c3ce3374eb5778008f545 (patch) | |
| tree | 85f311050e1f438bbfeb2e0347bf4343ea02150c /default.nix | |
| parent | 79196db2ac3d31543056b3b7abe90ad609c51b4f (diff) | |
| download | libs-lbm-ef0e7d1104077082663c3ce3374eb5778008f545.tar.gz | |
Clog workdev
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 b945aab..3c8ed41 100644 --- a/default.nix +++ b/default.nix @@ -232,6 +232,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + throat_2d = pkgs.callPackage ./examples/throat_clog_2d/.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; |
