From db81d74c3959fded1c32fe4e95f2efeed04938ee Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 31 Oct 2025 14:25:09 +0100 Subject: Adding 3D poiseulle and using http fetching --- examples/poiseulle_3d/.nix/derivation.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/poiseulle_3d/.nix') diff --git a/examples/poiseulle_3d/.nix/derivation.nix b/examples/poiseulle_3d/.nix/derivation.nix index a06e14b..f00b6df 100644 --- a/examples/poiseulle_3d/.nix/derivation.nix +++ b/examples/poiseulle_3d/.nix/derivation.nix @@ -6,6 +6,7 @@ , pname , version , kel-lbm +, adaptive-cpp }: stdenv.mkDerivation { @@ -26,6 +27,7 @@ stdenv.mkDerivation { forstio.codec-json forstio.remote forstio.remote-sycl + adaptive-cpp kel-lbm ]; -- cgit v1.2.3