summaryrefslogtreecommitdiff
path: root/examples/poiseulle_3d_gpu/.nix/derivation.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:38 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:48 +0100
commit92f5645809449f56c39c0e4c6c29045b8a4acea6 (patch)
tree36e6a698dc76196cc74fb1450e2216ce7650f4ef /examples/poiseulle_3d_gpu/.nix/derivation.nix
parent6e0412d790cb5990364531f65e287f9867696da2 (diff)
downloadlibs-lbm-92f5645809449f56c39c0e4c6c29045b8a4acea6.tar.gz
Dangling changes
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;