diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-15 15:36:45 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-15 15:36:45 +0100 |
| commit | 1d4f28f02e28fb7de9b9273ca936640818b45c6e (patch) | |
| tree | fc877b42e98e301e05e454b4d572bb8abe8d75dd /examples/poiseulle_particles_2d_gpu/.nix/derivation.nix | |
| parent | bf498dca2c333bd66775005571ef915cf27c3ee8 (diff) | |
| download | libs-lbm-1d4f28f02e28fb7de9b9273ca936640818b45c6e.tar.gz | |
Trying to find a simple approach to handling the data
Diffstat (limited to 'examples/poiseulle_particles_2d_gpu/.nix/derivation.nix')
| -rw-r--r-- | examples/poiseulle_particles_2d_gpu/.nix/derivation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix index 7f5c2b0..127243d 100644 --- a/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix +++ b/examples/poiseulle_particles_2d_gpu/.nix/derivation.nix @@ -7,7 +7,7 @@ , pname , version , adaptive-cpp -, kel-lbm +, kel }: stdenv.mkDerivation { @@ -29,7 +29,7 @@ stdenv.mkDerivation { forstio.remote forstio.codec-json adaptive-cpp - kel-lbm.core + kel.lbm.core # kel-lbm.sycl ]; |
