From 92f5645809449f56c39c0e4c6c29045b8a4acea6 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 16 Feb 2026 14:39:38 +0100 Subject: Dangling changes --- examples/poiseulle_3d_gpu/.nix/derivation.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'examples/poiseulle_3d_gpu/.nix') diff --git a/examples/poiseulle_3d_gpu/.nix/derivation.nix b/examples/poiseulle_3d_gpu/.nix/derivation.nix index ee78fc8..74ea0ab 100644 --- a/examples/poiseulle_3d_gpu/.nix/derivation.nix +++ b/examples/poiseulle_3d_gpu/.nix/derivation.nix @@ -7,7 +7,7 @@ , pname , version , adaptive-cpp -, kel-lbm +, kel }: stdenv.mkDerivation { @@ -26,11 +26,13 @@ stdenv.mkDerivation { forstio.async forstio.codec forstio.codec-unit - forstio.remote + forstio.io + forstio.remote + forstio.remote-filesystem forstio.codec-json adaptive-cpp - kel-lbm.core -# kel-lbm.sycl + kel.lbm.core + kel.lbm.sycl ]; preferLocalBuild = true; -- cgit v1.2.3