diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-26 13:46:27 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-26 13:46:27 +0100 |
| commit | e31609040915755dc1572c9b478d3b5a49e11e27 (patch) | |
| tree | 94d4ff3ea730c214dbaec820cd3d405cbb26b7b6 /default.nix | |
| parent | 51d0394f250b2d7ce521a3c7136f018c428ddc92 (diff) | |
| download | libs-lbm-e31609040915755dc1572c9b478d3b5a49e11e27.tar.gz | |
Adding dangling changes from slowly moving to SYCL USM 2020
And other random stuff
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/default.nix b/default.nix index bd3182a..6b79f2f 100644 --- a/default.nix +++ b/default.nix @@ -42,9 +42,14 @@ in rec { inherit pname version stdenv forstio; kel-lbm = lbm; }; + + planetary_3d = pkgs.callPackage ./examples/planetary_3d/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp-dev; + kel-lbm = lbm; + }; }; debug = { - # inherit foo; + inherit adaptive-cpp-dev; }; } |
