From ac2bc7ccecc202a152caf900debbf79cae8745a6 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 1 Oct 2025 13:29:47 +0200 Subject: 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 --- default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.nix') 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 = { -- cgit v1.2.3