From 002afda81a9569e2dfa268efb87d1ebd2e2c9ada Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 28 Oct 2025 16:02:46 +0100 Subject: Cleaning up examples --- default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 6b79f2f..c408acd 100644 --- a/default.nix +++ b/default.nix @@ -32,6 +32,21 @@ in rec { inherit pname version stdenv forstio adaptive-cpp-dev; kel-lbm = lbm; }; + + cavity_2d = pkgs.callPackage ./examples/cavity_2d/.nix/derivation.nix { + inherit pname version stdenv forstio; + kel-lbm = lbm; + }; + + poiseulle_2d = pkgs.callPackage ./examples/poiseulle_2d/.nix/derivation.nix { + inherit pname version stdenv forstio; + kel-lbm = lbm; + }; + + poiseulle_3d = pkgs.callPackage ./examples/poiseulle_3d/.nix/derivation.nix { + inherit pname version stdenv forstio; + kel-lbm = lbm; + }; poiseulle_particles_channel_2d = pkgs.callPackage ./examples/poiseulle_particles_channel_2d/.nix/derivation.nix { inherit pname version stdenv forstio; -- cgit v1.2.3