From 1d4f28f02e28fb7de9b9273ca936640818b45c6e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 15 Jan 2026 15:36:45 +0100 Subject: Trying to find a simple approach to handling the data --- examples/poiseulle_particles_2d_gpu/.nix/derivation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/poiseulle_particles_2d_gpu/.nix/derivation.nix') diff --git a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix index 7f5c2b0..127243d 100644 --- a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix +++ b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix @@ -7,7 +7,7 @@ , pname , version , adaptive-cpp -, kel-lbm +, kel }: stdenv.mkDerivation { @@ -29,7 +29,7 @@ stdenv.mkDerivation { forstio.remote forstio.codec-json adaptive-cpp - kel-lbm.core + kel.lbm.core # kel-lbm.sycl ]; -- cgit v1.2.3