diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-21 17:20:08 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-21 17:20:08 +0100 |
| commit | e60db388693b63be6d7e4c03234976b567378e94 (patch) | |
| tree | 3abb03636e8b10b575b746e3406e10fbf458903b /examples/poiseulle_particles_2d_gpu/.nix/derivation.nix | |
| parent | b685014dd2c9cc88ed8ecef31530842309decf62 (diff) | |
| download | libs-lbm-e60db388693b63be6d7e4c03234976b567378e94.tar.gz | |
Fixing compilation errors
Diffstat (limited to 'examples/poiseulle_particles_2d_gpu/.nix/derivation.nix')
| -rw-r--r-- | examples/poiseulle_particles_2d_gpu/.nix/derivation.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix index 127243d..e08f42a 100644 --- a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix +++ b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix @@ -26,11 +26,12 @@ stdenv.mkDerivation { forstio.async forstio.codec forstio.codec-unit - forstio.remote + forstio.remote + forstio.remote-filesystem forstio.codec-json adaptive-cpp kel.lbm.core -# kel-lbm.sycl + kel.lbm.sycl ]; preferLocalBuild = true; |
