summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-28 16:02:46 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-28 16:02:46 +0100
commit002afda81a9569e2dfa268efb87d1ebd2e2c9ada (patch)
tree8abe74d3c95b4f7bfd87c9d311dd7bb5d2ea9568 /default.nix
parente31609040915755dc1572c9b478d3b5a49e11e27 (diff)
downloadlibs-lbm-002afda81a9569e2dfa268efb87d1ebd2e2c9ada.tar.gz
Cleaning up examples
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix15
1 files changed, 15 insertions, 0 deletions
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;