summaryrefslogtreecommitdiff
path: root/examples/poiseulle_3d_gpu/.nix/derivation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'examples/poiseulle_3d_gpu/.nix/derivation.nix')
-rw-r--r--examples/poiseulle_3d_gpu/.nix/derivation.nix10
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;