diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-01 13:29:47 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-01 13:29:47 +0200 |
| commit | ac2bc7ccecc202a152caf900debbf79cae8745a6 (patch) | |
| tree | cf2f4cefb488231c9d898a257af5c6e8d2a6a71a /default.nix | |
| parent | f53b62f995af1ad0e7cbc8aa3a7522d041eb9363 (diff) | |
| download | libs-lbm-ac2bc7ccecc202a152caf900debbf79cae8745a6.tar.gz | |
Dangling commit with lots of changes
Importantly it restructures the example I'm using the most and
it fixes a index access issue in the collision
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix index a26e539..52458aa 100644 --- a/default.nix +++ b/default.nix @@ -32,6 +32,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; kel-lbm = lbm; }; + + poiseulle_particles_channel_2d = pkgs.callPackage ./examples/poiseulle_particles_channel_2d/.nix/derivation.nix { + inherit pname version stdenv forstio; + kel-lbm = lbm; + }; }; debug = { |
