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 /default.nix | |
| parent | bf498dca2c333bd66775005571ef915cf27c3ee8 (diff) | |
| download | libs-lbm-1d4f28f02e28fb7de9b9273ca936640818b45c6e.tar.gz | |
Trying to find a simple approach to handling the data
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.nix b/default.nix index f2f1f07..1befac1 100644 --- a/default.nix +++ b/default.nix @@ -83,11 +83,6 @@ in rec { inherit kel; }; - poiseulle_particles_channel_2d = pkgs.callPackage ./examples/poiseulle_particles_channel_2d/.nix/derivation.nix { - inherit pname version stdenv forstio; - inherit kel; - }; - meta_2d = pkgs.callPackage ./examples/meta_2d/.nix/derivation.nix { inherit pname version stdenv forstio; inherit kel; @@ -102,6 +97,11 @@ in rec { inherit pname version stdenv forstio; inherit kel; }; + + poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; poiseulle_3d = pkgs.callPackage ./examples/poiseulle_3d/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
