From e31609040915755dc1572c9b478d3b5a49e11e27 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 26 Oct 2025 13:46:27 +0100 Subject: Adding dangling changes from slowly moving to SYCL USM 2020 And other random stuff --- default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'default.nix') 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; }; } -- cgit v1.2.3