diff options
Diffstat (limited to 'examples/poiseulle_3d_gpu/.nix')
| -rw-r--r-- | examples/poiseulle_3d_gpu/.nix/derivation.nix | 10 |
1 files changed, 6 insertions, 4 deletions
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; |
